HomeSort by relevance Sort by last modified time
    Searched refs:classdict (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 70 classdict = oclass.__dict__
72 if not isinstance(classdict[name], StaticMethodType):
78 if (not isinstance(classdict[name], ClassMethodType) or
82 if not isinstance(classdict[name], FunctionType):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 70 classdict = oclass.__dict__
72 if not isinstance(classdict[name], StaticMethodType):
78 if (not isinstance(classdict[name], ClassMethodType) or
82 if not isinstance(classdict[name], FunctionType):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 70 classdict = oclass.__dict__
72 if not isinstance(classdict[name], StaticMethodType):
78 if (not isinstance(classdict[name], ClassMethodType) or
82 if not isinstance(classdict[name], FunctionType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 70 classdict = oclass.__dict__
72 if not isinstance(classdict[name], StaticMethodType):
78 if (not isinstance(classdict[name], ClassMethodType) or
82 if not isinstance(classdict[name], FunctionType):

Completed in 325 milliseconds