Closed mmaelicke closed 3 years ago
It's possible to create an empty ResultSet. If len(ImmutableResultSet._members) == 0, that property should return True. This property needs to be used in the Find API to return [ ] instead of empty result sets
len(ImmutableResultSet._members) == 0
True
[ ]
It's possible to create an empty ResultSet. If
len(ImmutableResultSet._members) == 0
, that property should returnTrue
. This property needs to be used in the Find API to return[ ]
instead of empty result sets