Home
last modified time | relevance | path

Searched defs:excinst (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dcontextlib.py407 def __exit__(self, exctype, excinst, exctb): argument
450 def __exit__(self, exctype, excinst, exctb): argument
/external/python/cpython3/Lib/unittest/
Dmock.py2986 def _exit_side_effect(exctype, excinst, exctb): argument