Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created January 22, 2026 12:55
Show Gist options
  • Select an option

  • Save mypy-play/48dbf060b4dd07edd6dc4916c3e2ed20 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/48dbf060b4dd07edd6dc4916c3e2ed20 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from typing import Any
def fn(**kwargs: dict[str, Any]):
...
fn(param=[1,2,3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment