MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / escape_not_supported

Function escape_not_supported

pymysql/converters.py:30–31  ·  view source on GitHub ↗
(val, charset=None, mapping=None)

Source from the content-addressed store, hash-verified

28
29
30def escape_not_supported(val, charset=None, mapping=None):
31 raise TypeError(f"{type(val).__name__} can not be used as parameter")
32
33
34def escape_sequence(val, charset=None, mapping=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected