klayout/testdata/python
Matthias Koefferlein 5fe0aca9c7 Fixed a segfault on help(pya.Box)
Needed to refactor the class hierarchy of the Python classes.
Basically the module specific base class was removed as it does
not provide any benefit. The object layout of the PyObject
specialization was modified such that the payload is attached
to the end. This is compatible with the hidden extensions
which Python adds to normal objects.
2018-07-19 23:50:24 +02:00
..
basic.py
dbLayoutTest.py
dbPCells.py
dbPolygonTest.py
dbReaders.py
dbRegionTest.py
dbTransTest.py
qtbinding.py
tlTest.py