HomeSort by relevance Sort by last modified time
    Searched refs:isgeneratorfunction (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])
56 if predicate == inspect.isgeneratorfunction and\
88 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
    [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])
56 if predicate == inspect.isgeneratorfunction and\
88 self.istest(inspect.isgeneratorfunction, 'generator_function_example')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
155 def isgeneratorfunction(object): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
155 def isgeneratorfunction(object): function
    [all...]

Completed in 48 milliseconds