thds.core 1.45.20250908165642__py3-none-any.whl → 1.45.20250909204813__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.
Potentially problematic release.
This version of thds.core might be problematic. Click here for more details.
- thds/core/inspect.py +1 -1
- thds/core/thunks.py +1 -1
- {thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/METADATA +1 -1
- {thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/RECORD +7 -7
- {thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/WHEEL +0 -0
- {thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/entry_points.txt +0 -0
- {thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/top_level.txt +0 -0
thds/core/inspect.py
CHANGED
|
@@ -59,7 +59,7 @@ def get_caller_info(skip: int = 2) -> CallerInfo:
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
def bind_arguments(
|
|
62
|
-
func: ty.Callable, *args: ty.Sequence, **kwargs: ty.Mapping[str, ty.Any]
|
|
62
|
+
func: ty.Callable, /, *args: ty.Sequence, **kwargs: ty.Mapping[str, ty.Any]
|
|
63
63
|
) -> inspect.BoundArguments:
|
|
64
64
|
bound = inspect.signature(func).bind(*args, **kwargs)
|
|
65
65
|
bound.apply_defaults()
|
thds/core/thunks.py
CHANGED
|
@@ -19,7 +19,7 @@ class Thunk(ty.Generic[R]):
|
|
|
19
19
|
args: P.args
|
|
20
20
|
kwargs: P.kwargs
|
|
21
21
|
|
|
22
|
-
def __init__(self, func: ty.Callable[P, R], *args: P.args, **kwargs: P.kwargs):
|
|
22
|
+
def __init__(self, func: ty.Callable[P, R], /, *args: P.args, **kwargs: P.kwargs):
|
|
23
23
|
self.func = func
|
|
24
24
|
self.args = args
|
|
25
25
|
self.kwargs = kwargs
|
|
@@ -22,7 +22,7 @@ thds/core/hashing.py,sha256=dR4HEWcAdU8O-9ASGkl8naKs6I1Sd7aps4EcVefvVLQ,4246
|
|
|
22
22
|
thds/core/home.py,sha256=tTClL_AarIKeri1aNCpuIC6evD7qr83ESGD173B81hU,470
|
|
23
23
|
thds/core/hostname.py,sha256=canFGr-JaaG7nUfsQlyL0JT-2tnZoT1BvXzyaOMK1vA,208
|
|
24
24
|
thds/core/imports.py,sha256=0LVegY8I8_XKZPcqiIp2OVVzEDtyqYA3JETf9OAKNKs,568
|
|
25
|
-
thds/core/inspect.py,sha256=
|
|
25
|
+
thds/core/inspect.py,sha256=IXzJYkc8XGx9W9Oym9Bus2fGMcWHLAtlzvmQ1PwDKmk,2371
|
|
26
26
|
thds/core/iterators.py,sha256=h0JBu2-rYhKMfJTDlZWfyHQWzgtIO8vp_Sp0gENFo7g,645
|
|
27
27
|
thds/core/lazy.py,sha256=e1WvG4LsbEydV0igEr_Vl1cq05zlQNIE8MFYT90yglE,3289
|
|
28
28
|
thds/core/link.py,sha256=4-9d22l_oSkKoSzlYEO-rwxO1hvvj6VETY7LwvGcX6M,5534
|
|
@@ -42,7 +42,7 @@ thds/core/scope.py,sha256=9RWWCFRqsgjTyH6rzRm_WnO69N_sEBRaykarc2PAnBY,10834
|
|
|
42
42
|
thds/core/source_serde.py,sha256=X4c7LiT3VidejqtTel9YB6dWGB3x-ct39KF9E50Nbx4,139
|
|
43
43
|
thds/core/stack_context.py,sha256=Lti4kCDYtTEtuwtXlkepfNPE-R2F2IYC4s16gqVmSOQ,1333
|
|
44
44
|
thds/core/thread_debug.py,sha256=ox0XmZQxkwoeIVyM6-BV4PNic5VbucJF3GhjkmaP5UQ,3240
|
|
45
|
-
thds/core/thunks.py,sha256=
|
|
45
|
+
thds/core/thunks.py,sha256=LxwqUsu3YPVDleGbNk5JWZIncDYwvM8wUBNOS2L09zs,1056
|
|
46
46
|
thds/core/timer.py,sha256=aOpNP-wHKaKs6ONK5fOtIOgx00FChVZquG4PeaEYH_k,5376
|
|
47
47
|
thds/core/tmp.py,sha256=jA8FwDbXo3hx8o4kRjAlkwpcI77X86GY4Sktkps29ho,3166
|
|
48
48
|
thds/core/types.py,sha256=sFqI_8BsB1u85PSizjBZw8PBtplC7U54E19wZZWCEvI,152
|
|
@@ -74,8 +74,8 @@ thds/core/sqlite/structured.py,sha256=8t1B6XbM5NnudKEeBLsdjRVbSXXSr6iHOW0HwEAqtX
|
|
|
74
74
|
thds/core/sqlite/types.py,sha256=Zb1FtSAmC1L7QPPCV1eRnWpJuF74t9R293ai1SHtdS4,1292
|
|
75
75
|
thds/core/sqlite/upsert.py,sha256=BmKK6fsGVedt43iY-Lp7dnAu8aJ1e9CYlPVEQR2pMj4,5827
|
|
76
76
|
thds/core/sqlite/write.py,sha256=z0219vDkQDCnsV0WLvsj94keItr7H4j7Y_evbcoBrWU,3458
|
|
77
|
-
thds_core-1.45.
|
|
78
|
-
thds_core-1.45.
|
|
79
|
-
thds_core-1.45.
|
|
80
|
-
thds_core-1.45.
|
|
81
|
-
thds_core-1.45.
|
|
77
|
+
thds_core-1.45.20250909204813.dist-info/METADATA,sha256=EJdjoeC5WPznelOImpBbV1OKmW58ZFULOrawLhsXMVk,2216
|
|
78
|
+
thds_core-1.45.20250909204813.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
79
|
+
thds_core-1.45.20250909204813.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
|
|
80
|
+
thds_core-1.45.20250909204813.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
|
|
81
|
+
thds_core-1.45.20250909204813.dist-info/RECORD,,
|
|
File without changes
|
{thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{thds_core-1.45.20250908165642.dist-info → thds_core-1.45.20250909204813.dist-info}/top_level.txt
RENAMED
|
File without changes
|