What happens when capture is defined as def capture(**metadata) and called as capture(**{…

from *args and **kwargs
Python 3.14 advanced 3 min

What happens when capture is defined as def capture(**metadata) and called as capture(**{"content-type": "json"})?

Report an error