MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _combinations

Method _combinations

test/orm/test_froms.py:4134–4148  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4132 Base.registry.dispose()
4133
4134 def _combinations(fn):
4135 return testing.combinations(
4136 (True,), (False,), argnames="include_property"
4137 )(
4138 testing.combinations(
4139 ("correlate",),
4140 ("correlate_except",),
4141 (None,),
4142 argnames="correlate_style",
4143 )(
4144 testing.combinations(
4145 (True,), (False), argnames="include_from"
4146 )(fn)
4147 )
4148 )
4149
4150 @_combinations
4151 def test_correlate_to_cte_legacy(

Callers

nothing calls this directly

Calls 1

combinationsMethod · 0.45

Tested by

no test coverage detected