Home
last modified time | relevance | path

Searched refs:as_async (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h259 PyAsyncMethods as_async; member
/external/python/cpython3/Objects/
Dtypeobject.c3702 type->tp_as_async = &et->as_async; in type_new_alloc()
4693 type->tp_as_async = &res->as_async; in _PyType_FromMetaclass_impl()
10170 ETSLOT(NAME, as_async.SLOT, FUNCTION, WRAPPER, DOC)
10423 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_async)) { in slotptr()
10425 offset -= offsetof(PyHeapTypeObject, as_async); in slotptr()