Skip to content

samiislam/PythonStaticTyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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