feat: tried improving fetching
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -143,7 +143,10 @@ class Collection(Generic[T]):
|
||||
return
|
||||
|
||||
existing_object.merge(__object, **kwargs)
|
||||
self._map_element(existing_object)
|
||||
self._map_element(existing_object)
|
||||
|
||||
def contains(self, __object: T) -> bool:
|
||||
return self._find_object(__object) is not None
|
||||
|
||||
def extend(self, __iterable: Optional[Generator[T, None, None]], **kwargs):
|
||||
if __iterable is None:
|
||||
|
Reference in New Issue
Block a user