Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
class
DatabaseConnectionError(Exception):
57
pass
58
59
def
get_animals(database, species):
60
# Query the Database
Callers
1
get_animals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected