aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pnodespy.py
Commit message (Collapse)AuthorAgeFilesLines
* Change needs to be done in pynodes.Patrick Lehmann2022-12-241-0/+12
|
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-37/+32
|
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
|
* Fix Codacy problems.Patrick Lehmann2021-07-011-0/+6
|
* fix more codacy issuesumarcor2021-06-231-8/+7
|
* Fix Codacy issuesPatrick Lehmann2021-06-221-14/+9
|\
| * scripts/pnodespy: cleaner print_file_headerPatrick Lehmann2021-06-221-14/+4
| |
| * scripts/pnodespy: 's/includeIntEnumunique/includeIntEnumUnique/'umarcor2021-06-221-3/+3
| |
| * fix issues reported by Codacyumarcor2021-06-221-13/+18
| |
* | pyGHDL/dom/_Utils.py: add assert, adjust previous commitTristan Gingold2021-06-221-1/+1
|/
* nodes.py: add an assertion on Get_KindTristan Gingold2021-06-221-1/+1
| | | | This function is the most likely to be called on a Null_Iir node.
* Added handling of new types to the decorator for the Python-C/Ada binding.Patrick Lehmann2021-06-191-16/+28
|
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-181-7/+38
| | | | Add missing types in _types.py, adjust lsp
* Changes to pnodespy.Patrick Lehmann2021-06-171-36/+94
|
* Auto generate @export for classes via pnodespy.Patrick Lehmann2021-01-101-7/+19
|
* pnodespy: allow loading as a moduleumarcor2021-01-061-1/+2
| | | | Co-Authored-By: Patrick Lehmann <Patrick.Lehmann@plc2.de>
* Also auto document options from 'pnodes' and 'pnodespy'.Patrick Lehmann2021-01-051-2/+10
|
* scripts/pnodespy.py: factorize codeTristan Gingold2021-01-011-27/+17
|
* Added file headers to auto generated Python sources.Patrick Lehmann2021-01-011-56/+77
|
* scripts/pnodespy.py: adjust generated import statementsTristan Gingold2020-12-301-4/+4
|
* scripts: force use of python3Tristan Gingold2020-12-301-1/+1
|
* Fixed regexp in 'pnodespy.py'.Patrick Lehmann2020-12-291-1/+1
|
* Fixed missing import.Patrick Lehmann2020-12-291-0/+3
|
* scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs ↵umarcor2020-12-281-0/+263
accordingly