Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agoJavaScriptsh.itjust.worksexternal-linkmessage-square14linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkJavaScriptsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 years agomessage-square14linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up0·2 years 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.