Open desaikd opened 3 years ago
This could be achieved by having the type_store methods get_types() and get_imports() return an iterator over self.ids_by_name.values() and storing that in the SchemaTypeIterator.
get_types()
get_imports()
self.ids_by_name.values()
SchemaTypeIterator
This could be achieved by having the type_store methods
get_types()
andget_imports()
return an iterator overself.ids_by_name.values()
and storing that in theSchemaTypeIterator
.