(self, element, err, **kw)
| 956 | pass |
| 957 | |
| 958 | def visit_unsupported_compilation(self, element, err, **kw): |
| 959 | raise exc.UnsupportedCompilationError(self, type(element)) from err |
| 960 | |
| 961 | @property |
| 962 | def sql_compiler(self) -> SQLCompiler: |
no outgoing calls
no test coverage detected