Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c37 static PyObject *nxt_py_asgi_lifespan_receive(PyObject *self, PyObject *none);
51 { "receive", nxt_py_asgi_lifespan_receive, METH_NOARGS, 0 },
403 nxt_py_asgi_lifespan_receive(PyObject *self, PyObject *none) in nxt_py_asgi_lifespan_receive() function