Home
last modified time | relevance | path

Searched refs:nxt_py_write (Results 1 – 1 of 1) sorted by last modified time

/unit/src/python/
H A Dnxt_python_wsgi.c84 static PyObject *nxt_py_write(PyObject *self, PyObject *args);
106 {"unit_write", nxt_py_write, METH_O, ""}
1151 nxt_py_write(PyObject *self, PyObject *str) in nxt_py_write() function