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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
49 inspect.isgenerator, inspect.isgeneratorfunction])
87 self.istest(inspect.isgenerator, '(x for x in xrange(2))')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
49 inspect.isgenerator, inspect.isgeneratorfunction])
87 self.istest(inspect.isgenerator, '(x for x in xrange(2))')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
164 def isgenerator(object): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
164 def isgenerator(object): function
    [all...]

Completed in 247 milliseconds