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
16.1.0.
Setting the Correct Python Environment
16.1.1. Using Live Runtime State
16.1.2. Adding Type Hints
16.1.3. Defining Interface Files
16.1.4. Helping Wing Analyze Cython Code
16.1.1. Using Live Runtime State
16.1.2. Adding Type Hints
16.1.3. Defining Interface Files
16.1.4. Helping Wing Analyze Cython Code