Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c81 static PyTypeObject nxt_py_asgi_lifespan_type = { variable
141 if (nxt_slow_path(PyType_Ready(&nxt_py_asgi_lifespan_type) != 0)) { in nxt_py_asgi_lifespan_target_startup()
147 lifespan = PyObject_New(nxt_py_asgi_lifespan_t, &nxt_py_asgi_lifespan_type); in nxt_py_asgi_lifespan_target_startup()