MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _get_method

Method _get_method

lib/sqlalchemy/sql/selectable.py:2166–2167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2164 super()._init(selectable, name=name)
2165
2166 def _get_method(self) -> Function[Any]:
2167 return self.sampling
2168
2169
2170class CTE(

Callers 1

visit_tablesampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected