Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mypy-play/579667131a0b9a5bf59a512d6d5eedde to your computer and use it in GitHub Desktop.
Shared via mypy Playground
import uuid
from typing import reveal_type
x = uuid.uuid4()
reveal_type(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment