Searched refs:nxt_py_asgi_websocket_send (Results 1 – 1 of 1) sorted by relevance
49 static PyObject *nxt_py_asgi_websocket_send(PyObject *self, PyObject *dict);74 { "send", nxt_py_asgi_websocket_send, METH_O, 0 },203 nxt_py_asgi_websocket_send(PyObject *self, PyObject *dict) in nxt_py_asgi_websocket_send() function