MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / visit_unsupported_compilation

Method visit_unsupported_compilation

lib/sqlalchemy/sql/compiler.py:958–959  ·  view source on GitHub ↗
(self, element, err, **kw)

Source from the content-addressed store, hash-verified

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:

Callers 2

_compiler_dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected