Thomas Ferreira de Lima
Thomas Ferreira de Lima
I haven't had a chance to test your suggestion, but I'd like to answer your question. If you analyze the `dbcore.pyi` file from the PR, you'll see loads of "overloads",...
Hi @klayoutmatthias , I have almost completed the new stubgen program based on your suggestion (check the commit above). It got a bit out of hand because I needed to...
No worries! Thanks for clarifying. I did not find a way to iterate child classes in the tl.Class object. So I decided to collect a set of "unknown" classes that...
Hi @klayoutmatthias Thanks for the patch on the `*=` method. I ended up implementing two extra methods in `tl.Class`: `each_child_class` and `parent`, which then helped me to complete the stubgen.py...
Hi Matthias, I have cleaned up (reverted) the code in `pyaModule.cc` that was left unused during refactoring to make your review easier. > thanks a lot for this patch and...
Hi Matthias, > For GenericDeviceExtractor the problem was simply that "name=" was in the wrong class. I moved it and now it should be consistent. I have placed one commit...
Thanks for merging! I believe this closes #1092 .
As far as I remember, we need to use their manylinux docker image to produce a compatible wheel. I think the first thing that needs to be done is to...
Hi Joaquin, Have you seen the https://www.klayout.de/doc-qt5/programming/index.html? It is my guide generally. Best, Thomas On Mon, Jun 6, 2022 at 7:02 PM Joaquin Matres ***@***.***> wrote: > How can we...
I once tried to work out a way to autogenerate the API documentation by walking through the klayout.db classes with the inspect module. I think it did a decent job...