140 B
140 B
Allow functions taking **kwargs
to accept keyword arguments which share a name with a positional-only argument (as permitted by PEP 570).
Allow functions taking **kwargs
to accept keyword arguments which share a name with a positional-only argument (as permitted by PEP 570).