MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Error

Class Error

test/engine/test_pool.py:1824–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1822 slow_closing_connection.connect.return_value.close = slow_close
1823
1824 class Error(Exception):
1825 pass
1826
1827 dialect = Mock()
1828 dialect.is_disconnect = lambda *arg, **kw: True

Callers 1

attemptMethod · 0.70

Calls

no outgoing calls

Tested by 1

attemptMethod · 0.56