• dan@upvote.au
    link
    fedilink
    arrow-up
    3
    ·
    6 days ago

    Python supports type hints, but you need to use a type checker like Pyre or Pyright to actually check them. Python itself doesn’t do anything with the type hints.