aboutsummaryrefslogtreecommitdiffstats
path: root/README.shiboken2.md
blob: 3d92f2a4622e7e6b180f3a3bf7b3f5a809753762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Shiboken2 module

The purpose of the [shiboken2 Python module](https://wiki.qt.io/Qt_for_Python/Shiboken)
is to access information related to the binding generation that could be used to integrate
C++ programs to Python, or even to get useful information to debug
an application.

Mostly the idea is to interact with Shiboken objects,
where one can check if it is valid, or if the generated Python wrapper
is invalid after the underlying C++ object has been destroyed.

More information on the available functions can be found
in our [official documentation](https://doc.qt.io/qtforpython/shiboken2/shibokenmodule.html)