Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 162 Bytes

star_star_kwargs.md

File metadata and controls

3 lines (2 loc) · 162 Bytes

**kwargs for variadic keyword arguments

TODO: Explain the use of **kwargs for collecting up a variable number of keyword arguments in function signatures.