Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c1879 TaskStepMethWrapper_new(TaskObj *task, PyObject *arg) in TaskStepMethWrapper_new() function
2573 PyObject *cb = TaskStepMethWrapper_new(task, arg); in task_call_step_soon()