Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoJavaScriptsh.itjust.worksimagemessage-square86fedilinkarrow-up1759
arrow-up1759imageJavaScriptsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square86fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up3·1 year agoPython 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.
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.