Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c38 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