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
17.1.0.
Setting the Correct Python Environment
17.1.1. Using Live Runtime State
17.1.2. Adding Type Hints
17.1.3. Defining Interface Files
17.1.4. Helping Wing Analyze Cython Code
17.1.1. Using Live Runtime State
17.1.2. Adding Type Hints
17.1.3. Defining Interface Files
17.1.4. Helping Wing Analyze Cython Code