An instance of a dynamic monotone framework for type analysis for Python.
- Construct a control flow graph G
- Extract flows F from G
- Construct a points-to analysis framework P
- Construct a monotone framework MF based on P
- Compute type information T by maximal fixed point algorithm