Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c17 PyObject *nxt_py_2_0_str; variable
73 { nxt_string("2.0"), &nxt_py_2_0_str },
H A Dnxt_python_asgi_str.h12 extern PyObject *nxt_py_2_0_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()