aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema/test_serialize.py
AgeCommit message (Collapse)Author
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