You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fatamorgana/fatamorgana
Jan Petykiewicz 3627b63658 Make records store their associated Property records.
Previously, `Property` records were (incorrectly) just associated with
the library or cell.

This requires a change to how `CellName`s are handled by `OasisLayout`,
since they can have associated properties. They now have their own
non-record object (like `XName`s did before) which holds the properties.

There is also now a `FileModals.property_target` attribute which tracks
which record new `Property` rescords should be associated with.
4 years ago
..
VERSION bump version to v0.8 4 years ago
__init__.py Add UnfilledModalError, records.verify_modal(), and .get_*() methods. 4 years ago
basic.py move typing imports to top of file 4 years ago
main.py Make records store their associated Property records. 4 years ago
py.typed enable type checking for downstream 4 years ago
records.py Make records store their associated Property records. 4 years ago