MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / some_col_opt_only

Method some_col_opt_only

test/orm/test_options.py:1318–1319  ·  view source on GitHub ↗
(self, key, opts)

Source from the content-addressed store, hash-verified

1316 @classmethod
1317 def setup_test_class(cls):
1318 def some_col_opt_only(self, key, opts):
1319 return self._set_column_strategy((key,), None, opts)
1320
1321 strategy_options._AbstractLoad.some_col_opt_only = some_col_opt_only
1322

Calls 1

_set_column_strategyMethod · 0.80

Tested by

no test coverage detected