MCPcopy 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
52class UnknownDB(Exception):
53 """raised for unsupported dbms"""
54
55 pass
56
57
58class _ItplError(ValueError):

Callers 1

databaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected