Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5772 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots() macro
5826 COPYASYNC(am_await); in inherit_slots()
5827 COPYASYNC(am_aiter); in inherit_slots()
5828 COPYASYNC(am_anext); in inherit_slots()