Searched refs:isgeneratorfunction (Results 1 – 13 of 13) sorted by relevance
115 if inspect.isgeneratorfunction(func):248 not inspect.isgeneratorfunction(coro.func)):
27 if inspect.isgeneratorfunction(func):
53 inspect.isgenerator, inspect.isgeneratorfunction])60 if predicate == inspect.isgeneratorfunction and\92 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
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))
155 def isgeneratorfunction(object): function
286 .. function:: isgeneratorfunction(object)
171 def isgeneratorfunction(object): function
296 .. function:: isgeneratorfunction(object)
1419 added isgenerator() and isgeneratorfunction() to inspect.py.
4289 inspect.isgeneratorfunction() returns False instead of None when the
2002 :func:`isgenerator`, :func:`isgeneratorfunction`,
2006 :func:`isgenerator`, :func:`isgeneratorfunction`,
15776 - Issue #4795: inspect.isgeneratorfunction() returns False instead of None when