Searched refs:ChannelNotFoundError (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 287 static PyObject *ChannelNotFoundError; variable 308 ChannelNotFoundError = PyErr_NewException( in channel_exceptions_init() 310 if (ChannelNotFoundError == NULL) { in channel_exceptions_init() 313 if (PyDict_SetItemString(ns, "ChannelNotFoundError", ChannelNotFoundError) != 0) { in channel_exceptions_init() 976 PyErr_Format(ChannelNotFoundError, "channel %" PRId64 " not found", id); in _channels_lookup() 1040 PyErr_Format(ChannelNotFoundError, "channel %" PRId64 " not found", cid); in _channels_close() 1120 PyErr_Format(ChannelNotFoundError, "channel %" PRId64 " not found", id); in _channels_remove() 1140 PyErr_Format(ChannelNotFoundError, "channel %" PRId64 " not found", id); in _channels_add_id_object() 1462 if (force && PyErr_ExceptionMatches(ChannelNotFoundError)) { in newchannelid()
|
/third_party/python/Lib/test/ |
D | test_interpreters.py | 703 with self.assertRaises(interpreters.ChannelNotFoundError): 708 with self.assertRaises(interpreters.ChannelNotFoundError): 713 with self.assertRaises(interpreters.ChannelNotFoundError): 718 with self.assertRaises(interpreters.ChannelNotFoundError):
|
D | test__xxsubinterpreters.py | 292 except interpreters.ChannelNotFoundError: 1120 with self.assertRaises(interpreters.ChannelNotFoundError): 1461 with self.assertRaises(interpreters.ChannelNotFoundError): 1465 with self.assertRaises(interpreters.ChannelNotFoundError): 1714 with self.assertRaises(interpreters.ChannelNotFoundError):
|
/third_party/python/Lib/test/support/ |
D | interpreters.py | 8 ChannelError, ChannelNotFoundError, ChannelEmptyError,
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2408 Modules/_xxsubinterpretersmodule.c - ChannelNotFoundError -
|