Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created March 15, 2026 20:14
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/26bc26dd01c298578d3b7343236c3727 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
class Hard:
pass
class Soft:
pass
lst: list[Hard] | list[Soft]
lst = [val for val in lst]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment