aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/schema/serialize.py
AgeCommit message (Collapse)Author
2023-03-02removed author and license notices from individual filesMatthias Baumgartner
2023-01-16various minor fixesMatthias Baumgartner
2023-01-15Feature as Literal instead of Predicate subtypeMatthias Baumgartner
2023-01-12schema to stringMatthias Baumgartner
2023-01-12cleanup and cosmetic changesMatthias Baumgartner
2023-01-12renamed get_child to child in schema.types._Type and _Vertex to Vertex in ↵Matthias Baumgartner
schema.types
2023-01-11Feature support in the schemaMatthias Baumgartner
* Type annotations * Feature type * Moved from_string from Schema to its own file/function * Root predicate has a valid (not-None) range * ROOT_... export in schema.types * Empty as the default Schema constructor * Schema loads some additional default symbols * _Type instances compare along class hierarchy