thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Consider generator pattern #53

Open azaroth42 opened 5 years ago

azaroth42 commented 5 years ago

Should the list_* functions actually be generators rather than returning a materialized list?