File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -3141,8 +3141,6 @@ def partition(self, predicate: OptionalPredicate[T]) -> Pair[Iter[T]]:
3141
3141
"""Partitions the iterator into two iterators *safely* based on the given `predicate`,
3142
3142
loading **all** items into memory!
3143
3143
3144
- See [predicates](/predicates) for more information on the `predicate` argument.
3145
-
3146
3144
Example:
3147
3145
Suppose we have the following function:
3148
3146
@@ -3178,9 +3176,6 @@ def is_positive(z: int) -> bool:
3178
3176
3179
3177
def partition_unsafe (self , predicate : OptionalPredicate [T ]) -> Pair [Iter [T ]]:
3180
3178
"""Partitions the iterator into two iterators *unsafely* based on the given `predicate`.
3181
-
3182
- See [predicates](/predicates) for more information on the `predicate` argument.
3183
-
3184
3179
Example:
3185
3180
Suppose we have the following function:
3186
3181
You can’t perform that action at this time.
0 commit comments