HomeSort by relevance Sort by last modified time
    Searched defs:gi_frame (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon4333
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon4640
  /external/python/cpython2/Include/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon32581
  /prebuilts/gdb/darwin-x86/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon66472
  /prebuilts/gdb/linux-x86/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon66594
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon987
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
17 struct _frame *gi_frame; member in struct:__anon1110
  /external/python/cpython3/Lib/asyncio/
coroutines.py 134 def gi_frame(self): member in class:CoroWrapper
135 return self.gen.gi_frame
178 frame = getattr(gen, 'gi_frame', None)
317 coro_frame = coro.gi_frame
  /external/python/cpython3/Lib/
types.py 191 def gi_frame(self): member in class:_GeneratorWrapper
192 return self.__wrapped.gi_frame
200 cr_frame = gi_frame

Completed in 786 milliseconds