You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function walks the expression `expr` and deleting occurrencies of `pattern`
40
-
41
-
If levelspec specifies a number, only those positions with `levelspec` "coordinates" are return. By default, it just return occurences in the first level.
40
+
41
+
If levelspec specifies a number, only those positions with `levelspec` "coordinates" are return. By default, it just return occurences in the first level.
42
42
If a tuple (nmin, nmax) is provided, it just return those occurences with a number of "coordinates" between nmin and nmax.
43
43
n indicates the number of occurrences to return. By default, it returns all the occurences.
This function walks the expression `expr` looking for a pattern `pattern`
106
106
and returns the positions of each occurence.
107
-
If levelspec specifies a number, only those positions with `levelspec` "coordinates" are return. By default, it just return occurences in the first level.
107
+
If levelspec specifies a number, only those positions with `levelspec` "coordinates" are return. By default, it just return occurences in the first level.
108
108
If a tuple (nmin, nmax) is provided, it just return those occurences with a number of "coordinates" between nmin and nmax.
109
109
n indicates the number of occurrences to return. By default, it returns all the occurences.
0 commit comments