Home | History | Annotate | Download | only in test

Lines Matching refs:TYPES

13 import types
171 type(output) is types.StringType,
439 self.parser.add_option("-s", type=types.StringType)
441 self.parser.add_option("-x", type=types.IntType)
459 TYPES = Option.TYPES + ('duration',)
1038 TYPES = Option.TYPES + ("file",)
1473 if type(expected_output) is types.UnicodeType: