omlish 0.0.0.dev277__py3-none-any.whl → 0.0.0.dev278__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.
- omlish/__about__.py +2 -2
- omlish/typedvalues/collection.py +0 -7
- omlish/typedvalues/reflect.py +1 -1
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/METADATA +1 -1
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/RECORD +9 -9
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/WHEEL +0 -0
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/entry_points.txt +0 -0
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/licenses/LICENSE +0 -0
- {omlish-0.0.0.dev277.dist-info → omlish-0.0.0.dev278.dist-info}/top_level.txt +0 -0
omlish/__about__.py
CHANGED
omlish/typedvalues/collection.py
CHANGED
@@ -129,13 +129,6 @@ class TypedValues(
|
|
129
129
|
|
130
130
|
#
|
131
131
|
|
132
|
-
def check_all_isinstance(self, ty: type | tuple[type, ...]) -> ta.Self:
|
133
|
-
for tv in self._tup:
|
134
|
-
check.isinstance(tv, ty)
|
135
|
-
return self
|
136
|
-
|
137
|
-
#
|
138
|
-
|
139
132
|
_hash: int
|
140
133
|
|
141
134
|
def __hash__(self) -> int:
|
omlish/typedvalues/reflect.py
CHANGED
@@ -23,7 +23,7 @@ def reflect_typed_values_impls(rty: rfl.Type) -> set[type[TypedValue]]:
|
|
23
23
|
if isinstance(cur, rfl.Union):
|
24
24
|
todo.extend(cur.args)
|
25
25
|
elif isinstance(cur, ta.TypeVar):
|
26
|
-
todo.append(rfl.get_type_var_bound(cur))
|
26
|
+
todo.append(rfl.type_(rfl.get_type_var_bound(cur)))
|
27
27
|
else:
|
28
28
|
tv_cls_set.add(check.issubclass(check.isinstance(cur, type), TypedValue))
|
29
29
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
omlish/.manifests.json,sha256=pjGUyLHaoWpPqRP3jz2u1fC1qoRc2lvrEcpU_Ax2tdg,8253
|
2
|
-
omlish/__about__.py,sha256=
|
2
|
+
omlish/__about__.py,sha256=Dmy-Gwt1Dg_ioGn-8nv0aWBtdA4mRgseFv3sCSvWR5g,3380
|
3
3
|
omlish/__init__.py,sha256=SsyiITTuK0v74XpKV8dqNaCmjOlan1JZKrHQv5rWKPA,253
|
4
4
|
omlish/c3.py,sha256=rer-TPOFDU6fYq_AWio_AmA-ckZ8JDY5shIzQ_yXfzA,8414
|
5
5
|
omlish/cached.py,sha256=MLap_p0rdGoDIMVhXVHm1tsbcWobJF0OanoodV03Ju8,542
|
@@ -778,15 +778,15 @@ omlish/text/go/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
778
778
|
omlish/text/go/quoting.py,sha256=N9EYdnFdEX_A8fOviH-1w4jwV3XOQ7VU2WsoUNubYVY,9137
|
779
779
|
omlish/typedvalues/__init__.py,sha256=c3IQmRneMmH6JRcafprqmBILWD89b-IyIll6MgahGCI,562
|
780
780
|
omlish/typedvalues/accessor.py,sha256=0k21N-CkjGaY6zCwugsRfOC_CDkqk7wNz4oxO1_6EEA,2919
|
781
|
-
omlish/typedvalues/collection.py,sha256=
|
781
|
+
omlish/typedvalues/collection.py,sha256=jsXSggmMMvGATcJgQkUXt5Guwq8aquw73_OIC-e6U0I,5300
|
782
782
|
omlish/typedvalues/generic.py,sha256=byWG_gMXhNelckUwdmOoJE9FKkL71Q4BSi4ZLyy0XZ0,788
|
783
783
|
omlish/typedvalues/holder.py,sha256=4SwRezsmuDDEO5gENGx8kTm30pblF5UktoEAu02i-Gk,1554
|
784
784
|
omlish/typedvalues/marshal.py,sha256=eWMrmuzPk3pX5AlILc5YBvuJBUHRQA_vwkxRm5aHiGs,4209
|
785
|
-
omlish/typedvalues/reflect.py,sha256=
|
785
|
+
omlish/typedvalues/reflect.py,sha256=y_7IY8_4cLVRvD3ug-_-cDaO5RtzC1rLVFzkeAPALf8,683
|
786
786
|
omlish/typedvalues/values.py,sha256=Acyf6xSdNHxrkRXLXrFqJouk35YOveso1VqTbyPwQW4,1223
|
787
|
-
omlish-0.0.0.
|
788
|
-
omlish-0.0.0.
|
789
|
-
omlish-0.0.0.
|
790
|
-
omlish-0.0.0.
|
791
|
-
omlish-0.0.0.
|
792
|
-
omlish-0.0.0.
|
787
|
+
omlish-0.0.0.dev278.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
788
|
+
omlish-0.0.0.dev278.dist-info/METADATA,sha256=f1crVlpqO_vjVM0zC27geFcdLVJM_mYDfGA8y0Wnqxk,4198
|
789
|
+
omlish-0.0.0.dev278.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
790
|
+
omlish-0.0.0.dev278.dist-info/entry_points.txt,sha256=Lt84WvRZJskWCAS7xnQGZIeVWksprtUHj0llrvVmod8,35
|
791
|
+
omlish-0.0.0.dev278.dist-info/top_level.txt,sha256=pePsKdLu7DvtUiecdYXJ78iO80uDNmBlqe-8hOzOmfs,7
|
792
|
+
omlish-0.0.0.dev278.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|