HomeSort by relevance Sort by last modified time
    Searched full:isgeneratorfunction (Results 1 - 12 of 12) 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...]
  /external/v8/src/
contexts.h 557 if (IsGeneratorFunction(kind)) {
globals.h 799 inline bool IsGeneratorFunction(FunctionKind kind) {
preparser.cc 836 function_state.set_is_generator(IsGeneratorFunction(kind));
code-stubs.h 582 bool is_generator() const { return IsGeneratorFunction(kind()); }
    [all...]
factory.cc     [all...]
ast.h     [all...]
hydrogen-instructions.h     [all...]
parser.cc     [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 2738 milliseconds