HomeSort by relevance Sort by last modified time
    Searched refs:istraceback (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(),
181 def istraceback(object): function
413 if istraceback(object):
570 if istraceback(object):
    [all...]
pydoc.py 106 inspect.istraceback(object) or inspect.iscode(object))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
181 def istraceback(object): function
413 if istraceback(object):
570 if istraceback(object):
    [all...]
pydoc.py 106 inspect.istraceback(object) or inspect.iscode(object))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
48 inspect.ismodule, inspect.istraceback,
84 self.istest(inspect.istraceback, 'tb')
156 self.istest(inspect.istraceback, 'git.ex[2]')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
48 inspect.ismodule, inspect.istraceback,
84 self.istest(inspect.istraceback, 'tb')
156 self.istest(inspect.istraceback, 'git.ex[2]')
    [all...]

Completed in 153 milliseconds