Lines Matching refs:type
1048 type=lambda x: (
1055 type=lambda x: (
1063 type=lambda x: (
1070 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
1084 type=lambda x: [x.strip() for x in x.split(',')],
1088 type=lambda x: [x.strip().replace('0',',') for x in x.split(',')],
1093 type=lambda x: int(x, 0),
1097 type=lambda x: int(x, 0),
1101 type=lambda x: tuple(
1107 type=lambda x: tuple(
1129 type=lambda x: int(x, 0) if ',' not in x
1135 type=lambda x: int(x, 0) if ',' not in x
1153 type=lambda x:
1159 type=lambda x:
1196 type=lambda x: [x.strip() for x in x.split(',')],
1218 if '--width' in a.option_strings).type = float
1220 if '--height' in a.option_strings).type = float
1249 type=AppendSubplot.parse,