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

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
ruby.swg 12 %rename("%(camelcase)s", %$isclass) "";
  /external/chromium_org/third_party/protobuf/python/
stubout.py 63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
68 if not inspect.isclass(obj):
  /external/protobuf/python/
stubout.py 63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
68 if not inspect.isclass(obj):
  /external/chromium_org/tools/telemetry/telemetry/core/
discover.py 95 if not inspect.isclass(obj):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode,
104 self.istest(inspect.isclass, 'mod.StupidGit')
105 self.assertTrue(inspect.isclass(list))
108 self.assertTrue(inspect.isclass(newstyle))
113 self.assertFalse(inspect.isclass(CustomGetattr()))
218 classes = inspect.getmembers(mod, inspect.isclass)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode,
104 self.istest(inspect.isclass, 'mod.StupidGit')
105 self.assertTrue(inspect.isclass(list))
108 self.assertTrue(inspect.isclass(newstyle))
113 self.assertFalse(inspect.isclass(CustomGetattr()))
218 classes = inspect.getmembers(mod, inspect.isclass)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
urllib2.py 464 def isclass(obj): function in function:build_opener
476 if isclass(check):
488 if isclass(h):
    [all...]
pydoc.py 104 return not (inspect.ismodule(object) or inspect.isclass(object) or
330 if inspect.isclass(object): return self.docclass(*args)
629 for key, value in inspect.getmembers(object, inspect.isclass):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
urllib2.py 464 def isclass(obj): function in function:build_opener
476 if isclass(check):
488 if isclass(h):
    [all...]
pydoc.py 104 return not (inspect.ismodule(object) or inspect.isclass(object) or
330 if inspect.isclass(object): return self.docclass(*args)
629 for key, value in inspect.getmembers(object, inspect.isclass):
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 198 if not inspect.isclass(cls):
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 270 %define %$isclass "match"="class","notmatch$template$templatetype"="class" %enddef
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 460 tests = inspect.getmembers(m, inspect.isclass)
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 7 #define PHPCN(x) %keywordwarn("'" `x` "' is a PHP reserved class name, class renamed as 'c_" `x` "'",%$isclass,sourcefmt="%(lower)s",rename="c_%s") `x`
  /external/pcre/dist/
pcre_compile.c     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]

Completed in 1022 milliseconds