sonolus.py 0.10.7__py3-none-any.whl → 0.10.8__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 sonolus.py might be problematic. Click here for more details.
- sonolus/script/internal/builtin_impls.py +11 -3
- {sonolus_py-0.10.7.dist-info → sonolus_py-0.10.8.dist-info}/METADATA +1 -1
- {sonolus_py-0.10.7.dist-info → sonolus_py-0.10.8.dist-info}/RECORD +6 -6
- {sonolus_py-0.10.7.dist-info → sonolus_py-0.10.8.dist-info}/WHEEL +0 -0
- {sonolus_py-0.10.7.dist-info → sonolus_py-0.10.8.dist-info}/entry_points.txt +0 -0
- {sonolus_py-0.10.7.dist-info → sonolus_py-0.10.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -22,6 +22,7 @@ from sonolus.script.iterator import (
|
|
|
22
22
|
_Zipper,
|
|
23
23
|
)
|
|
24
24
|
from sonolus.script.num import Num, _is_num
|
|
25
|
+
from sonolus.script.record import Record
|
|
25
26
|
|
|
26
27
|
_empty = object()
|
|
27
28
|
|
|
@@ -388,9 +389,16 @@ def _super(*args):
|
|
|
388
389
|
return super(*(arg._as_py_() if arg._is_py_() else arg for arg in args))
|
|
389
390
|
|
|
390
391
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
392
|
+
class _Type(Record):
|
|
393
|
+
@meta_fn
|
|
394
|
+
def __call__(self, value, /):
|
|
395
|
+
return type(value)
|
|
396
|
+
|
|
397
|
+
def __getitem__(self, item):
|
|
398
|
+
return self
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
_type = _Type()
|
|
394
402
|
|
|
395
403
|
|
|
396
404
|
@meta_fn
|
|
@@ -69,7 +69,7 @@ sonolus/script/ui.py,sha256=DYPGWIjHj1IFPxW1zaEuIUQx0b32FJPXtiwCvrtJ6oo,7528
|
|
|
69
69
|
sonolus/script/values.py,sha256=6iJG6h4IDlbcK8FH4GENSHOQc7C_7fCGa34wM80qToA,1629
|
|
70
70
|
sonolus/script/vec.py,sha256=LueAHrx5pKouHvLaO1nMbl5Plh3UgPn8J7UdJPHWFCM,8840
|
|
71
71
|
sonolus/script/internal/__init__.py,sha256=T6rzLoiOUaiSQtaHMZ88SNO-ijSjSSv33TKtUwu-Ms8,136
|
|
72
|
-
sonolus/script/internal/builtin_impls.py,sha256=
|
|
72
|
+
sonolus/script/internal/builtin_impls.py,sha256=1fo6UuWlaLoqpVwFSrFS5BabNeRCdS2T2mjsS4BPYcY,13603
|
|
73
73
|
sonolus/script/internal/callbacks.py,sha256=vWzJG8uiJoEtsNnbeZPqOHogCwoLpz2D1MnHY2wVV8s,2801
|
|
74
74
|
sonolus/script/internal/constant.py,sha256=3ycbGkDJVUwcrCZ96vLjAoAARgsvaqDM8rJ_YCrLrvo,4289
|
|
75
75
|
sonolus/script/internal/context.py,sha256=56pPjiPy8ZaxY3t5iEufsOMEj6BSy31G-5SoYqS6tPo,19694
|
|
@@ -87,8 +87,8 @@ sonolus/script/internal/simulation_context.py,sha256=LGxLTvxbqBIhoe1R-SfwGajNIDw
|
|
|
87
87
|
sonolus/script/internal/transient.py,sha256=y2AWABqF1aoaP6H4_2u4MMpNioC4OsZQCtPyNI0txqo,1634
|
|
88
88
|
sonolus/script/internal/tuple_impl.py,sha256=DPNdmmRmupU8Ah4_XKq6-PdT336l4nt15_uCJKQGkkk,3587
|
|
89
89
|
sonolus/script/internal/value.py,sha256=OngrCdmY_h6mV2Zgwqhuo4eYFad0kTk6263UAxctZcY,6963
|
|
90
|
-
sonolus_py-0.10.
|
|
91
|
-
sonolus_py-0.10.
|
|
92
|
-
sonolus_py-0.10.
|
|
93
|
-
sonolus_py-0.10.
|
|
94
|
-
sonolus_py-0.10.
|
|
90
|
+
sonolus_py-0.10.8.dist-info/METADATA,sha256=sM3mLK9SKsaOsHkqvVFnWo3JOad7I6M39PWOhOW5QO8,554
|
|
91
|
+
sonolus_py-0.10.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
92
|
+
sonolus_py-0.10.8.dist-info/entry_points.txt,sha256=oTYspY_b7SA8TptEMTDxh4-Aj-ZVPnYC9f1lqH6s9G4,54
|
|
93
|
+
sonolus_py-0.10.8.dist-info/licenses/LICENSE,sha256=JEKpqVhQYfEc7zg3Mj462sKbKYmO1K7WmvX1qvg9IJk,1067
|
|
94
|
+
sonolus_py-0.10.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|