MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / process

Method process

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

Source from the content-addressed store, hash-verified

945 raise NotImplementedError()
946
947 def process(self, obj: Visitable, **kwargs: Any) -> str:
948 return obj._compiler_dispatch(self, **kwargs)
949
950 def __str__(self) -> str:
951 """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_textual_selectMethod · 0.45
_format_frame_clauseMethod · 0.45
visit_truediv_binaryMethod · 0.45
visit_floordiv_binaryMethod · 0.45

Calls 1

_compiler_dispatchMethod · 0.45

Tested by

no test coverage detected