Searched refs:nxt_py_asgi_lifespan_send (Results 1 – 1 of 1) sorted by path
38 static PyObject *nxt_py_asgi_lifespan_send(PyObject *self, PyObject *dict);52 { "send", nxt_py_asgi_lifespan_send, METH_O, 0 },447 nxt_py_asgi_lifespan_send(PyObject *self, PyObject *dict) in nxt_py_asgi_lifespan_send() function