Searched refs:ClassType (Results 1 - 25 of 49) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dnew.py11 from types import ClassType as classobj
H A Dtypes.py53 ClassType = type(_C) variable
H A Dabc.py107 if not isinstance(subclass, (type, types.ClassType)):
H A Dcopy_reg.py7 from types import ClassType as _ClassType
H A Dcgitb.py105 if type(etype) is types.ClassType:
196 if type(etype) is types.ClassType:
H A Dcopy.py104 frozenset, type, xrange, types.ClassType,
221 d[types.ClassType] = _deepcopy_atomic
H A Ddis.py14 types.ClassType, type)
H A Dwarnings.py61 assert isinstance(category, (type, types.ClassType)), \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dnew.py11 from types import ClassType as classobj
H A Dtypes.py53 ClassType = type(_C) variable
H A Dabc.py107 if not isinstance(subclass, (type, types.ClassType)):
H A Dcopy_reg.py7 from types import ClassType as _ClassType
H A Dcgitb.py105 if type(etype) is types.ClassType:
196 if type(etype) is types.ClassType:
H A Dcopy.py104 frozenset, type, xrange, types.ClassType,
221 d[types.ClassType] = _deepcopy_atomic
H A Ddis.py14 types.ClassType, type)
H A Dwarnings.py61 assert isinstance(category, (type, types.ClassType)), \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
102 self.assertIsInstance(py_item, (ClassType, type))
140 if isinstance(item, ClassType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
102 self.assertIsInstance(py_item, (ClassType, type))
140 if isinstance(item, ClassType):
147 if isinstance(item, (ClassType, FunctionType)):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py124 ClassType: ClassTreeItem,
H A DCallTips.py139 if type(ob) in (types.ClassType, types.TypeType):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py124 ClassType: ClassTreeItem,
H A DCallTips.py139 if type(ob) in (types.ClassType, types.TypeType):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Daepack.py120 if type(x) == types.ClassType and issubclass(x, ObjectSpecifier):
348 if type(dict['want']) == types.ClassType and issubclass(dict['want'], ObjectSpecifier):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dmain.py221 if isinstance(self.testRunner, (type, types.ClassType)):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dmain.py221 if isinstance(self.testRunner, (type, types.ClassType)):

Completed in 361 milliseconds

12