We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c921e0 commit f562680Copy full SHA for f562680
valid8/entry_points.py
@@ -550,7 +550,7 @@ def my_validator(x):
550
551
self.kw_context_args = kw_context_args
552
553
- # replace validation_func lists with explicit 'and_' if needed, and tuples with failure_raiser()
+ # replace validation_func dicts / lists / tuples with explicit 'and' and failure raiser
554
validation_funcs = make_validation_func_callables(*validation_func,
555
callable_creator=self.get_callables_creator())
556
main_val_func = _and_(validation_funcs)
0 commit comments