Home
last modified time | relevance | path

Searched defs:closing (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/undici/src/docs/api/
Dapi-lifecycle.md56 #### closing subsubsection
/third_party/python/Lib/
Dasyncore.py221 closing = False variable in dispatcher
Dcontextlib.py326 class closing(AbstractContextManager): class
/third_party/python/Objects/
Dgenobject.c152 int exc, int closing) in gen_send_ex2()
284 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
/third_party/python/Lib/idlelib/
Dpyshell.py1030 closing = False variable in PyShell
/third_party/python/Modules/
D_xxsubinterpretersmodule.c720 struct _channel_closing *closing; member
1245 struct _channel_closing *closing = chan->closing; in _channel_finish_closing() local