Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ UnknownDB
Class
UnknownDB
web/db.py:52–55 ·
view source on GitHub ↗
raised for unsupported dbms
Source
from the content-addressed store, hash-verified
50
51
52
class
UnknownDB(Exception):
53
""
"raised for unsupported dbms"
""
54
55
pass
56
57
58
class
_ItplError(ValueError):
Callers
1
database
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected