MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / DatabaseConnectionError

Class DatabaseConnectionError

example_code/item_111.py:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class DatabaseConnectionError(Exception):
57 pass
58
59def get_animals(database, species):
60 # Query the Database

Callers 1

get_animalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected