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

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
decorators.py 27 if inspect.isgeneratorfunction(func):
  /external/python/cpython3/Lib/asyncio/
coroutines.py 115 if inspect.isgeneratorfunction(func):
248 not inspect.isgeneratorfunction(coro.func)):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_inspect.py 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
49 inspect.isgenerator, inspect.isgeneratorfunction])
56 if predicate == inspect.isgeneratorfunction and\
88 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
  /external/python/cpython2/Lib/test/
test_inspect.py 28 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
53 inspect.isgenerator, inspect.isgeneratorfunction])
60 if predicate == inspect.isgeneratorfunction and\
92 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
155 def isgeneratorfunction(object): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
155 def isgeneratorfunction(object): function
    [all...]
  /external/python/cpython2/Lib/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
155 def isgeneratorfunction(object): function
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 39 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
89 inspect.isgenerator, inspect.isgeneratorfunction,
98 if (predicate == inspect.isgeneratorfunction or \
152 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
177 inspect.isgeneratorfunction(gen_coroutine_function_example))
185 inspect.isgeneratorfunction(coroutine_function_example))
    [all...]
  /external/python/cpython3/Lib/
inspect.py 9 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
171 def isgeneratorfunction(object): function
    [all...]

Completed in 118 milliseconds