MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / NoConnection

Class NoConnection

24-class-metaprog/persistent/dblib.py:12–13  ·  view source on GitHub ↗

Call connect() to open connection.

Source from the content-addressed store, hash-verified

10
11
12class NoConnection(Exception):
13 """Call connect() to open connection."""
14
15
16class SchemaMismatch(ValueError):

Callers 1

get_connectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected