ovld 0.5.3__py3-none-any.whl → 0.5.4__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.
ovld/codegen.py CHANGED
@@ -161,6 +161,8 @@ class Code:
161
161
  elif isinstance(v, (list, tuple)):
162
162
  if any(isinstance(x, Code) for x in v):
163
163
  return [_rename_step(x) for x in v]
164
+ else:
165
+ return v
164
166
  else:
165
167
  return v
166
168
 
ovld/version.py CHANGED
@@ -1 +1 @@
1
- version = "0.5.3"
1
+ version = "0.5.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ovld
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: Overloading Python functions
5
5
  Project-URL: Homepage, https://ovld.readthedocs.io/en/latest/
6
6
  Project-URL: Documentation, https://ovld.readthedocs.io/en/latest/
@@ -1,6 +1,6 @@
1
1
  ovld/__init__.py,sha256=JuCM8Sj65gobV0KYyLr95cSI23Pi6RYZ7X3_F3fdsSw,1821
2
2
  ovld/abc.py,sha256=4qpZyYwI8dWgY1Oiv5FhdKg2uzNcyWxIpGmGJVcjXrs,1177
3
- ovld/codegen.py,sha256=N8qgnpitPD8HEzNWQqmPw4MmSs3wdMsW9qoMo1jEhps,9247
3
+ ovld/codegen.py,sha256=iiGgWSpHQEB8QoMDqCx3Jup8bBGpDsESFeKtzGVAolM,9298
4
4
  ovld/core.py,sha256=HEREHblKcjM9dhFBr0FNwUCyec7o-9XjCsCfJ23SnNw,17544
5
5
  ovld/dependent.py,sha256=h3j4oQYTQfGqMzggWlLV6TpojX_GtYRFWAO0GcMB0Zs,9085
6
6
  ovld/medley.py,sha256=0fseIntzJRCPYXq-tmnxgy5ipNa4ZxR0D_6So0xstdQ,12729
@@ -11,8 +11,8 @@ ovld/signatures.py,sha256=Q8JucSOun0ESGx14aWtHtBzLEiM6FxY5HP3imyqXoDo,8984
11
11
  ovld/typemap.py,sha256=5Pro1Ee60fH4L7NW7k5nbN5EfDygA0LFHcI6o3mCagI,13596
12
12
  ovld/types.py,sha256=0hkhAR5_5793NABdrM-fP1dSJBhYof85FILKqVP2YMg,13392
13
13
  ovld/utils.py,sha256=MAPQUhZc3_AcLrU4jFQrkVu4nvMJJKiw10N7zFk5QPc,4294
14
- ovld/version.py,sha256=9iBSpgY-F4wj0t-upZDlLaji0_l-xTEqXo5_nwN8O1M,18
15
- ovld-0.5.3.dist-info/METADATA,sha256=2l6SNs5EFY56D3EvhxubpQ-mXoz21EUPLqcFb3JUeVg,9276
16
- ovld-0.5.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
17
- ovld-0.5.3.dist-info/licenses/LICENSE,sha256=cSwNTIzd1cbI89xt3PeZZYJP2y3j8Zus4bXgo4svpX8,1066
18
- ovld-0.5.3.dist-info/RECORD,,
14
+ ovld/version.py,sha256=yCowtNX3TKFIKd4P4DFW3MKaLU51L0lyEs-QRX2uVPs,18
15
+ ovld-0.5.4.dist-info/METADATA,sha256=heLELAtYnCT1C6lVPIaZ5709iMDzYJxBhegZAr8uHC8,9276
16
+ ovld-0.5.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
17
+ ovld-0.5.4.dist-info/licenses/LICENSE,sha256=cSwNTIzd1cbI89xt3PeZZYJP2y3j8Zus4bXgo4svpX8,1066
18
+ ovld-0.5.4.dist-info/RECORD,,
File without changes