Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
D_base.py70 def add_exception(self, future): member in _Waiter
88 def add_exception(self, future): member in _AsCompletedWaiter
90 super(_AsCompletedWaiter, self).add_exception(future)
105 def add_exception(self, future): member in _FirstCompletedWaiter
106 super().add_exception(future)
132 def add_exception(self, future): member in _AllCompletedWaiter
133 super().add_exception(future)
553 waiter.add_exception(self)
/third_party/python/Modules/
D_ssl.c5645 #define add_exception(exc, name, doc, base) \ in sslmodule_init_exceptions() macro
5666 add_exception( in sslmodule_init_exceptions()
5674 add_exception( in sslmodule_init_exceptions()
5681 add_exception( in sslmodule_init_exceptions()
5688 add_exception( in sslmodule_init_exceptions()
5695 add_exception( in sslmodule_init_exceptions()
5702 add_exception( in sslmodule_init_exceptions()
5708 #undef add_exception in sslmodule_init_exceptions()