MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / params

Method params

lib/sqlalchemy/sql/compiler.py:998–1000  ·  view source on GitHub ↗

Return the bind params for this compiled object.

(self)

Source from the content-addressed store, hash-verified

996
997 @property
998 def params(self):
999 """Return the bind params for this compiled object."""
1000 return self.construct_params()
1001
1002
1003class TypeCompiler(util.EnsureKWArg):

Callers

nothing calls this directly

Calls 1

construct_paramsMethod · 0.95

Tested by

no test coverage detected