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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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))
406 if isclass(object):
541 if isclass(object):
    [all...]
urllib2.py 454 def isclass(obj): function in function:build_opener
466 if isclass(check):
478 if isclass(h):
    [all...]
  /external/python/cpython2/Lib/
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))
403 if isclass(object):
542 if isclass(object):
    [all...]
urllib2.py 489 def isclass(obj): function in function:build_opener
501 if isclass(check):
513 if isclass(h):
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]

Completed in 764 milliseconds