Searched refs:as_async (Results 1 – 2 of 2) sorted by relevance
280 PyAsyncMethods as_async; member
2754 type->tp_as_async = &et->as_async; in type_new_alloc()3489 type->tp_as_async = &res->as_async; in PyType_FromModuleAndSpec()7880 ETSLOT(NAME, as_async.SLOT, FUNCTION, WRAPPER, DOC)8119 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_async)) { in slotptr()8121 offset -= offsetof(PyHeapTypeObject, as_async); in slotptr()