MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / _adapt_col_list

Method _adapt_col_list

lib/sqlalchemy/orm/context.py:1861–1865  ·  view source on GitHub ↗
(self, cols, current_adapter)

Source from the content-addressed store, hash-verified

1859 return alias.adapt_clause(element)
1860
1861 def _adapt_col_list(self, cols, current_adapter):
1862 if current_adapter:
1863 return [current_adapter(o, True) for o in cols]
1864 else:
1865 return cols
1866
1867 def _get_current_adapter(self):
1868 adapters = []

Callers 2

_setup_for_generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected