Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 425 Bytes

PythonStaticTyping

builtin_types.py - contains examples of statically analyzing built-in types

complex_types.py - contains examples of statically analyzing complex types

finals.py - contains examples of statically analyzing code using the final feature

functions.py - contains examples of statically anaylzing code using functions

stubs.py - contains examples of using stubs during static analysis