you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago* (last edited 3 years ago)

Type Annotations and other typing-related stuff are built into the language/standard library.

To get a real benefit you should use a static type checker like mypy.

  • source
  • parent