Lines Matching refs:type
1395 type=lambda x: (
1402 type=lambda x: (
1410 type=lambda x: (
1417 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
1441 type=lambda x: [x.strip() for x in x.split(',')],
1452 type=lambda x: int(x, 0),
1459 type=lambda x: int(x, 0),
1464 type=lambda x: tuple(
1470 type=lambda x: tuple(
1504 type=lambda x:
1510 type=lambda x:
1535 if '--width' in a.option_strings).type = float
1537 if '--height' in a.option_strings).type = float
1566 type=AppendSubplot.parse,
1578 type=float,