winIDEA SDK
|
The documentation
directory in the downloaded zip contains isystem-connect-python-doc.zip
, which holds winIDEA SDK for Python documentation. This file is pre-extracted when installed with winIDEA setup.
Installation instructions are available in winIDEA Help.
To see the version of the installed winIDEA SDK, execute the following code:
The Python API mirrors the C++ API, as the Python wrapper is auto-generated from C++ headers. The exception is the isystem.test
package containing isystem.itest.PTestCase
, which implements isys::CTestCase
functionality with Python callback methods and additional helper functions.
The examples directory contains example scripts runnable from winIDEA or command line. Analyzer examples do not work with QEMU.