Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c1428 #define PyAsyncGenASend_CheckExact(o) \ macro
1737 assert(PyAsyncGenASend_CheckExact(o)); in async_gen_asend_dealloc()