MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / make_combinations

Method make_combinations

test/base/test_except.py:545–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543 eq_(found, listed)
544
545 def make_combinations():
546 unroll = []
547 for cls_list, callable_list in ALL_EXC:
548 unroll.extend(product(cls_list, callable_list))
549
550 return combinations_list(unroll)
551
552 @make_combinations()
553 def test_exc(self, cls, ctor):

Callers

nothing calls this directly

Calls 2

combinations_listFunction · 0.90
extendMethod · 0.45

Tested by

no test coverage detected