biolink / biolinkml

DEPRECATED: replaced by linkml
https://github.com/linkml/linkml
Creative Commons Zero v1.0 Universal
23 stars 12 forks source link

Is `repr` property used? #325

Closed hsolbrig closed 3 years ago

hsolbrig commented 3 years ago

The repr property is intended to be "the python representation of this type if different than the base type". This doesn't appear to be used anywhere in the biolinkml model itself, however. If we still need it, we need to update the documentation in meta.yaml -- somehow the definition got overwritten with the definition of base. If not, we should deprecate and remove...

hsolbrig commented 3 years ago

It definitely is used