Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created December 6, 2025 19:26
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/b487d5c493c042c8c4a0669ffa0e6e5c to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from decimal import Decimal
m = min(Decimal(1), 2)
reveal_type(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment