This repository contains the CPython Qt bindings generated using the Shiboken generator.
http://www.pyside.org
Instead of accepting it silently and generating potential segfault and undefined behavior, raise TypeError when the type of an argument is unknown to PySide type system. An example of such erratic behavior is in declarations like: @Slot def foo(self): Slots without arguments must be explicitly declared this way: @Slot() def foo(self): Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> |
||
|---|---|---|
| cmake/Macros | ||
| doc | ||
| libpyside | ||
| plugins | ||
| PySide | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| cmake_uninstall.cmake | ||
| CMakeLists.txt | ||
| COPYING | ||