Home
last modified time | relevance | path

Searched refs:isgeneratorfunction (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Ddecorators.py27 if inspect.isgeneratorfunction(func):
/external/python/cpython2/Lib/test/
Dtest_inspect.py52 inspect.isgenerator, inspect.isgeneratorfunction])
59 if predicate == inspect.isgeneratorfunction and\
91 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
/external/python/cpython2/Lib/
Dinspect.py155 def isgeneratorfunction(object): function
/external/python/cpython2/Doc/library/
Dinspect.rst286 .. function:: isgeneratorfunction(object)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2002 :func:`isgenerator`, :func:`isgeneratorfunction`,
/external/python/cpython2/Misc/
DNEWS8579 - Issue #4795: inspect.isgeneratorfunction() returns False instead of None when
10911 - Issue #1916: added isgenerator() and isgeneratorfunction() to