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
19.1.0.
Setting the Correct Python Environment
19.1.1. Using Live Runtime State
19.1.2. Adding Type Hints
19.1.3. Defining Interface Files
19.1.4. Helping Wing Analyze Cython Code
19.1.1. Using Live Runtime State
19.1.2. Adding Type Hints
19.1.3. Defining Interface Files
19.1.4. Helping Wing Analyze Cython Code