mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 01:32:21 +00:00
To make sure that I get everything right, I built this code for initializing the equipment library around the already existing JSON IO loader. That is far from optimal because there is no type safety whatsoever in these classes, and object properties are created in a super ad-hoc manner at runtime. That is rather painful to work with because there is no place anywhere in the code which would list all properties that are *supposed* to be present. Change-Id: Ibbfd97a5a949cf107fd98484b19b24bf9f4ca3e9
7 lines
121 B
ReStructuredText
7 lines
121 B
ReStructuredText
``gnpy.yang``
|
|
-------------
|
|
|
|
.. automodule:: gnpy.yang
|
|
.. automodule:: gnpy.yang.conversion
|
|
.. automodule:: gnpy.yang.io
|