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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
415 if isframe(object):
572 if isframe(object):
    [all...]
pydoc.py 105 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
415 if isframe(object):
572 if isframe(object):
    [all...]
pydoc.py 105 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
79 self.istest(inspect.isframe, 'tb.tb_frame')
157 self.istest(inspect.isframe, 'mod.fr')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
79 self.istest(inspect.isframe, 'tb.tb_frame')
157 self.istest(inspect.isframe, 'mod.fr')
    [all...]

Completed in 225 milliseconds