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

  /external/python/cpython3/Doc/includes/
typestruct.h 12 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) member in struct:_typeobject
  /external/python/cpython3/Python/
ceval.c     [all...]
  /external/python/cpython3/Include/
object.h 357 PyAsyncMethods *tp_as_async; /* formerly known as tp_compare (Python 2) member in struct:_typeobject
    [all...]
  /external/python/cpython3/Objects/
genobject.c 755 0, /* tp_as_async */
880 * - `type(o)->tp_as_async->am_await(o)`
898 if (ot->tp_as_async != NULL) {
899 getter = ot->tp_as_async->am_await;
1007 &coro_as_async, /* tp_as_async */
    [all...]
typeobject.c     [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 900 .tp_as_async = &FutureType_as_async,
    [all...]

Completed in 125 milliseconds