Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoJavaScriptsh.itjust.worksimagemessage-square48linkfedilinkarrow-up15arrow-down11
arrow-up14arrow-down1imageJavaScriptsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square48linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up1·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.