Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c36 PyObject *nxt_py_lifespan_str; variable
92 { nxt_string("lifespan"), &nxt_py_lifespan_str },
H A Dnxt_python_asgi_str.h31 extern PyObject *nxt_py_lifespan_str;
H A Dnxt_python_asgi_lifespan.c193 scope = nxt_py_asgi_new_scope(NULL, nxt_py_lifespan_str, nxt_py_2_0_str); in nxt_py_asgi_lifespan_target_startup()