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

Method get_plugin_class

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

Source from the content-addressed store, hash-verified

4869
4870 @classmethod
4871 def get_plugin_class(
4872 cls, statement: Executable
4873 ) -> Type[SelectState]: ...
4874
4875 def __init__(
4876 self,

Callers 5

filter_byMethod · 0.45
column_descriptionsMethod · 0.45
from_statementMethod · 0.45
columns_clause_fromsMethod · 0.45
_all_selected_columnsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected