Searched refs:isroutine (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_inspect.py24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
100 self.assertTrue(inspect.isroutine(mod.spam))
101 self.assertTrue(inspect.isroutine([].count))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dpydoc.py105 inspect.isroutine(object) or inspect.isframe(object) or
331 if inspect.isroutine(object): return self.docroutine(*args)
645 for key, value in inspect.getmembers(object, inspect.isroutine):
1051 for key, value in inspect.getmembers(object, inspect.isroutine):
1502 inspect.isroutine(object) or
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
H A Dpydoc.py120 inspect.isroutine(object) or inspect.isframe(object) or
376 if inspect.isroutine(object): return self.docroutine(*args)
696 for key, value in inspect.getmembers(object, inspect.isroutine):
1114 for key, value in inspect.getmembers(object, inspect.isroutine):
1582 inspect.isroutine(object) or
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpydoc.py105 inspect.isroutine(object) or inspect.isframe(object) or
331 if inspect.isroutine(object): return self.docroutine(*args)
645 for key, value in inspect.getmembers(object, inspect.isroutine):
1051 for key, value in inspect.getmembers(object, inspect.isroutine):
1498 inspect.isroutine(object) or
H A Dinspect.py12 isroutine() - check object types
236 def isroutine(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dinspect.py12 isroutine() - check object types
236 def isroutine(object): function

Completed in 276 milliseconds