MCPcopy Create free account
hub / github.com/webpy/webpy / UnknownParamstyle

Class UnknownParamstyle

web/db.py:72–79  ·  view source on GitHub ↗

raised for unsupported db paramstyles (currently supported: qmark, numeric, format, pyformat)

Source from the content-addressed store, hash-verified

70
71
72class UnknownParamstyle(Exception):
73 """
74 raised for unsupported db paramstyles
75
76 (currently supported: qmark, numeric, format, pyformat)
77 """
78
79 pass
80
81
82class SQLParam:

Callers 2

get_markerMethod · 0.85
_param_markerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected