relib 1.2.2__py3-none-any.whl → 1.2.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
relib/utils.py
CHANGED
@@ -156,7 +156,7 @@ def get_at[T](d: dict, keys: Iterable[Any], default: T) -> T:
|
|
156
156
|
return default
|
157
157
|
return as_any(d)
|
158
158
|
|
159
|
-
def for_each[T](func: Callable[[T]], iterable: Iterable[T]) -> None:
|
159
|
+
def for_each[T](func: Callable[[T], Any], iterable: Iterable[T]) -> None:
|
160
160
|
for item in iterable:
|
161
161
|
func(item)
|
162
162
|
|
@@ -2,8 +2,8 @@ relib/__init__.py,sha256=dLFft8umAfLeZfTiecZ2Cx_-C-nKoBepUk-aWivI5ZE,627
|
|
2
2
|
relib/hashing.py,sha256=DB_fnkj0ls01FgZbf4nPFHl4EBU8X_0OrmDvty4HlRE,6020
|
3
3
|
relib/measure_duration.py,sha256=LCTo_D_qReNprD3fhtJ0daeWycS6xQE_cwxeg2_h0xo,456
|
4
4
|
relib/system.py,sha256=H-SJccCVLNTDhWTT5jo1NFUiQJzHv2Z1xvq0OVrnJcM,431
|
5
|
-
relib/utils.py,sha256=
|
6
|
-
relib-1.2.
|
7
|
-
relib-1.2.
|
8
|
-
relib-1.2.
|
9
|
-
relib-1.2.
|
5
|
+
relib/utils.py,sha256=6Y_77KeejooPa54Z57EwPbNVvnFncmGay-VBbv4gAQQ,6905
|
6
|
+
relib-1.2.3.dist-info/METADATA,sha256=SrcjKfhYBKtDMGjdZqmwLsgm5I3hln8Q4ZW2FtFHz80,1295
|
7
|
+
relib-1.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
relib-1.2.3.dist-info/licenses/LICENSE,sha256=9xVsdtv_-uSyY9Xl9yujwAPm4-mjcCLeVy-ljwXEWbo,1059
|
9
|
+
relib-1.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|