MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / replace

Method replace

tools/trace_orm_adapter.py:55–57  ·  view source on GitHub ↗
(self, col, _include_singleton_constants: bool = False)

Source from the content-addressed store, hash-verified

53 return tracer(super()._locate_col, col)
54
55 def replace(self, col, _include_singleton_constants: bool = False):
56 with self._tracer("replace") as tracer:
57 return tracer(super().replace, col)
58
59 _orm_adapter_trace_context = contextvars.ContextVar("_tracer")
60

Callers 8

process_moduleFunction · 0.45
run_operationFunction · 0.45
_python_to_tagFunction · 0.45
extract_optsFunction · 0.45
apply_pytest_optsFunction · 0.45
run_fileFunction · 0.45
_format_blockFunction · 0.45
format_fileFunction · 0.45

Calls 1

_tracerMethod · 0.95

Tested by 1

run_operationFunction · 0.36