HomeSort by relevance Sort by last modified time
    Searched full:isframe (Results 1 - 25 of 35) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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')
  /external/python/cpython2/Lib/test/
test_inspect.py 26 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
50 inspect.isframe, inspect.isfunction, inspect.ismethod,
82 self.istest(inspect.isframe, 'tb.tb_frame')
160 self.istest(inspect.isframe, 'mod.fr')
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
415 if isframe(object):
572 if isframe(object):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
417 if isframe(object):
570 if isframe(object):
    [all...]
doctest.py     [all...]
pydoc.py 105 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /external/python/cpython2/Lib/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
190 def isframe(object): function
414 if isframe(object):
571 if isframe(object):
    [all...]
doctest.py     [all...]
pydoc.py 107 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/python/cpython3/Lib/
inspect.py 10 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
238 def isframe(object): function
631 if isframe(object):
790 if isframe(object):
    [all...]
pdb.py 107 if inspect.isframe(obj) and obj.f_globals is obj.f_locals:
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 39 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
65 inspect.isframe, inspect.isfunction, inspect.ismethod,
114 self.istest(inspect.isframe, 'tb.tb_frame')
244 self.istest(inspect.isframe, 'mod.fr')
    [all...]
  /external/python/cpython2/Doc/library/
inspect.rst 305 .. function:: isframe(object)
  /external/v8/src/debug/
mirrors.js 375 Mirror.prototype.isFrame = function() {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 105 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 120 inspect.isroutine(object) or inspect.isframe(object) or
    [all...]
  /external/python/cpython3/Doc/library/
inspect.rst 347 .. function:: isframe(object)
    [all...]

Completed in 1596 milliseconds

1 2