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

Method get_plugin_class

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

Source from the content-addressed store, hash-verified

166
167 @classmethod
168 def get_plugin_class(cls, statement: Executable) -> Type[DMLState]: ...
169
170 @classmethod
171 def _get_multi_crud_kv_pairs(

Callers 5

entity_descriptionMethod · 0.45
valuesMethod · 0.45
ordered_valuesMethod · 0.45
column_descriptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected