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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
    [all...]
pydoc.py 326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_inspect.py 90 self.istest(inspect.isgetsetdescriptor,
93 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
  /external/python/cpython2/Lib/
inspect.py 127 def isgetsetdescriptor(object): function
135 def isgetsetdescriptor(object): function
    [all...]
pydoc.py 358 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /external/python/cpython2/Lib/test/
test_inspect.py 94 self.istest(inspect.isgetsetdescriptor,
97 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 326 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 371 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
  /external/python/cpython3/Lib/
pydoc.py 382 if inspect.isgetsetdescriptor(object): return self.docdata(*args)
    [all...]
inspect.py 143 def isgetsetdescriptor(object): function
151 def isgetsetdescriptor(object): function
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 139 self.istest(inspect.isgetsetdescriptor,
142 self.assertFalse(inspect.isgetsetdescriptor(type(tb.tb_frame).f_locals))
    [all...]

Completed in 405 milliseconds