Both of these methods should probably have the []'s wrapping their return types removed, and return generators rather than lists. https://github.com/GoogleCloudPlatform/datastore-ndb-python/blob/cf4cab3f1f69cd04e1a9229871be466b53729f3f/ndb/model.py#L3906
Both of these methods should probably have the []'s wrapping their return types removed, and return generators rather than lists.
datastore-ndb-python/ndb/model.py
Line 3906 in cf4cab3