klayout/testdata/python
Matthias Koefferlein 1861abc68c Bugfix for passing default arguments to GSI calls
This happens when default arguments (specifically
user class or enum types) and passed between keyword
and positional arguments. We must not use a temporary
tl::Variant object as it gets out of scope and a
reference is stored.

In addition: better error messages for Python when
a method can't be matched to arguments.
2024-05-25 17:48:17 +02:00
..
basic.py Bugfix for passing default arguments to GSI calls 2024-05-25 17:48:17 +02:00
dbLayoutTest.py Update copyright year 2024-01-01 17:27:59 +01:00
dbLayoutToNetlist.py Update copyright year 2024-01-01 17:27:59 +01:00
dbLayoutVsSchematic.py Update copyright year 2024-01-01 17:27:59 +01:00
dbNetlistCrossReference.py Update copyright year 2024-01-01 17:27:59 +01:00
dbPCells.py Update copyright year 2024-01-01 17:27:59 +01:00
dbPolygonTest.py Fixing issue #1651 (errors when adding polygons with 4 points) - needs some testing 2024-03-23 15:24:18 +01:00
dbReaders.py Update copyright year 2024-01-01 17:27:59 +01:00
dbRegionTest.py Update copyright year 2024-01-01 17:27:59 +01:00
dbShapesTest.py Shape#hash and Shape#< allow using Shape objects as hash keys 2024-03-29 21:47:37 +01:00
dbTransTest.py Update copyright year 2024-01-01 17:27:59 +01:00
kwargs.py Update copyright year 2024-01-01 17:27:59 +01:00
layLayers.py Update copyright year 2024-01-01 17:27:59 +01:00
layObjects.py Fixed pya tests for Python 2.7 2024-01-20 23:11:54 +01:00
layPixelBuffer.py Update copyright year 2024-01-01 17:27:59 +01:00
qtbinding.py Update copyright year 2024-01-01 17:27:59 +01:00
tlTest.py Update copyright year 2024-01-01 17:27:59 +01:00