Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created December 27, 2025 07:13
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/c1da95c4525a174a58c4e6a2371badf3 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from typing import Callable, ParamSpec
P = ParamSpec('P')
DefaultP = ParamSpec('DefaultP', default=(int, str)) # Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment