MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / combinations

Method combinations

lib/sqlalchemy/testing/config.py:67–68  ·  view source on GitHub ↗
(self, *arg_sets, **kw)

Source from the content-addressed store, hash-verified

65 return self._null_decorator()
66
67 def combinations(self, *arg_sets, **kw):
68 return self._null_decorator()
69
70 def param_ident(self, *parameters):
71 return self._null_decorator()

Callers 3

combinationsFunction · 0.45
flag_combinationsFunction · 0.45
lambda_combinationsFunction · 0.45

Calls 1

_null_decoratorMethod · 0.95

Tested by

no test coverage detected