Helping Wing Analyze Code
There are a number of ways to assist Wing's source code analyzer in determining the type of values in difficult-to-inspect dynamic Python code, C/C++ extension modules, and other code that is resistant to analysis.
Section Contents
18.1.0.
Setting the Correct Python Environment
18.1.1. Using Live Runtime State
18.1.2. Adding Type Hints
18.1.3. Defining Interface Files
18.1.4. Helping Wing Analyze Cython Code
18.1.1. Using Live Runtime State
18.1.2. Adding Type Hints
18.1.3. Defining Interface Files
18.1.4. Helping Wing Analyze Cython Code