Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4957 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots() macro
5011 COPYASYNC(am_await); in inherit_slots()
5012 COPYASYNC(am_aiter); in inherit_slots()
5013 COPYASYNC(am_anext); in inherit_slots()