Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c1864 static PyTypeObject TaskStepMethWrapper_Type = { variable
1882 o = PyObject_GC_New(TaskStepMethWrapper, &TaskStepMethWrapper_Type); in TaskStepMethWrapper_new()
3475 if (PyType_Ready(&TaskStepMethWrapper_Type) < 0) { in PyInit__asyncio()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv801 Modules/_asynciomodule.c - TaskStepMethWrapper_Type -