MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / process

Method process

lib/sqlalchemy/sql/compiler.py:971–972  ·  view source on GitHub ↗
(self, obj: Visitable, **kwargs: Any)

Source from the content-addressed store, hash-verified

969 raise NotImplementedError()
970
971 def process(self, obj: Visitable, **kwargs: Any) -> str:
972 return obj._compiler_dispatch(self, **kwargs)
973
974 def __str__(self) -> str:
975 """Return the string text of the generated SQL or DDL."""

Callers 15

__init__Method · 0.95
visit_label_referenceMethod · 0.45
visit_lambda_elementMethod · 0.45
visit_typeclauseMethod · 0.45
do_bindparamMethod · 0.45
visit_tstringMethod · 0.45
visit_textual_selectMethod · 0.45
visit_frame_clauseMethod · 0.45
visit_overMethod · 0.45
visit_truediv_binaryMethod · 0.45

Calls 1

_compiler_dispatchMethod · 0.45

Tested by

no test coverage detected