12 Commits (3ec73222b0aa2b10e276feadd696fd3973c20113)

Author SHA1 Message Date
Felix Stupp de9d3380fe
add foundation for exid data structures 3 years ago
Felix Stupp fa91114e71
UriHolder: use returns of changers to indicate an action
- it now does not need to check for changes
- rather, its return value is usuable for overriding methods as they now
  know if the super already did something if they choose to call it
3 years ago
Felix Stupp 7d47b95aa2
UriHolder: remove bool return values for setters/adders/removers 3 years ago
Felix Stupp 738a362b16
UriHolder.uri_set setter: set return type to None 3 years ago
Felix Stupp 062936ad1d
models/extras/uris: Reformat code 3 years ago
Felix Stupp 9b4b38c093
models/extras/init: add all var 3 years ago
Felix Stupp cb549319c7
models/extras/init: Reformat code 3 years ago
Felix Stupp 9abf3ead12
UriHolder: Add setter to uri_set 3 years ago
Felix Stupp 2f132ee701
Fix circular dependency with UriHolder by using abstract _clear_uri_set
- instead of abstract _set_uri_set
- removed circular dependency on UriHolder.add_uris
3 years ago
Felix Stupp 6c5ca895f0
Reformat code 3 years ago
Felix Stupp 1e27f7b3d1
UriHolder: Make uri & uri_set proper properties
- to avoid direct DB access
- to allow for getter & setter functions
- makes consistency checks on each lookup unneccesary
- propose async consistency checks (TODO)
3 years ago
Felix Stupp 328f234711
Refractor models.py into 2 submodules 3 years ago