Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_inspect.py52 inspect.isgenerator, inspect.isgeneratorfunction])
90 self.istest(inspect.isgenerator, '(x for x in xrange(2))')
/external/python/cpython2/Lib/
Dinspect.py163 def isgenerator(object): function
/external/python/cpython2/Doc/library/
Dinspect.rst293 .. function:: isgenerator(object)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2002 :func:`isgenerator`, :func:`isgeneratorfunction`,
/external/python/cpython2/Misc/
DNEWS10911 - Issue #1916: added isgenerator() and isgeneratorfunction() to