Sjmarf to Programmer Humor@programming.dev · 5 months agoJavaScriptimagemessage-square86fedilinkarrow-up1755arrow-down128
arrow-up1727arrow-down1imageJavaScriptSjmarf to Programmer Humor@programming.dev · 5 months agomessage-square86fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up3·5 months 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.