Home
last modified time | relevance | path

Searched refs:isgenerator (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_inspect.py49 inspect.isgenerator, inspect.isgeneratorfunction])
87 self.istest(inspect.isgenerator, '(x for x in xrange(2))')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dinspect.py164 def isgenerator(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py164 def isgenerator(object): function