Searched defs:exc_tb (Results 1 – 3 of 3) sorted by relevance
720 def __exit__(self, exc_type, exc_val, exc_tb): argument
824 def __exit__(self, exc_type, exc_val, exc_tb): argument
1526 PyObject* exc_type, *exc_value, *exc_tb; in pysqlite_connection_exit() local