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

  /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 685 milliseconds