Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created July 22, 2024 06:00
Show Gist options
  • Save mypy-play/feb7cfcb76ffde9a6a1544142a181aa2 to your computer and use it in GitHub Desktop.
Save mypy-play/feb7cfcb76ffde9a6a1544142a181aa2 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
class Base:...
class Foo(Base):...
a: Base
b: int|None = {Foo:1}.get(type(a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment