Searched refs:nxt_py_asgi_lifespan_done (Results 1 – 1 of 1) sorted by relevance
43 static PyObject *nxt_py_asgi_lifespan_done(PyObject *self, PyObject *future);49 { "_done", nxt_py_asgi_lifespan_done, METH_O, 0 },547 nxt_py_asgi_lifespan_done(PyObject *self, PyObject *future) in nxt_py_asgi_lifespan_done() function