Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_http_type (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python_asgi_http.c58 static PyTypeObject nxt_py_asgi_http_type = { variable
78 if (nxt_slow_path(PyType_Ready(&nxt_py_asgi_http_type) != 0)) { in nxt_py_asgi_http_init()
93 http = PyObject_New(nxt_py_asgi_http_t, &nxt_py_asgi_http_type); in nxt_py_asgi_http_create()