(val, charset=None, mapping=None)
| 28 | |
| 29 | |
| 30 | def escape_not_supported(val, charset=None, mapping=None): |
| 31 | raise TypeError(f"{type(val).__name__} can not be used as parameter") |
| 32 | |
| 33 | |
| 34 | def escape_sequence(val, charset=None, mapping=None): |
nothing calls this directly
no outgoing calls
no test coverage detected