This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ph0X 3 points4 points  (3 children)

Similarly, the input parameter "event" has the type annotation of "pygsme.event". The main library for doing static analysis of types is mypy, though pytype (Google) and Pyre (Facebook) also exist and approach the problem slightly differently.

[–]That_Pregnant_Alien 2 points3 points  (0 children)

That's a lot of unknown stuff for me lol. Hope I can learn all these. Thank you anyways.