MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_plugin_class

Method get_plugin_class

lib/sqlalchemy/sql/dml.py:175–175  ·  view source on GitHub ↗
(cls, statement: Executable)

Source from the content-addressed store, hash-verified

173
174 @classmethod
175 def get_plugin_class(cls, statement: Executable) -> Type[DMLState]: ...
176
177 @classmethod
178 def _get_multi_crud_kv_pairs(

Callers 4

entity_descriptionMethod · 0.45
valuesMethod · 0.45
column_descriptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected