salabim 24.0.11.post0__py3-none-any.whl → 24.0.11.post1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- salabim/salabim.py +5 -3
- {salabim-24.0.11.post0.dist-info → salabim-24.0.11.post1.dist-info}/METADATA +1 -1
- {salabim-24.0.11.post0.dist-info → salabim-24.0.11.post1.dist-info}/RECORD +5 -5
- {salabim-24.0.11.post0.dist-info → salabim-24.0.11.post1.dist-info}/WHEEL +0 -0
- {salabim-24.0.11.post0.dist-info → salabim-24.0.11.post1.dist-info}/top_level.txt +0 -0
salabim/salabim.py
CHANGED
@@ -151,9 +151,11 @@ if Pythonista:
|
|
151
151
|
inf = float("inf")
|
152
152
|
nan = float("nan")
|
153
153
|
|
154
|
-
|
155
|
-
|
156
|
-
|
154
|
+
if Pythonista or AnacondaCode or PythonInExcel:
|
155
|
+
_yieldless = False
|
156
|
+
else:
|
157
|
+
_yieldless=True
|
158
|
+
|
157
159
|
class QueueFullError(Exception):
|
158
160
|
pass
|
159
161
|
|
@@ -3,8 +3,8 @@ salabim/LICENSE.txt,sha256=qHlBa-POyexatCxDTjSKMlYtkBFQDn9lu-YV_1L6V0U,1106
|
|
3
3
|
salabim/__init__.py,sha256=r7qPLvlmX0dkZDyjuTo8Jo3ex3sD1L4pmK6K5ib9vyw,56
|
4
4
|
salabim/calibri.ttf,sha256=RWpf8Uo31RfvGGNaSt9-2sXSuN87AVE_NFMRsV3LhBk,1330156
|
5
5
|
salabim/mplus-1m-regular.ttf,sha256=EuFHr90BJjuAn_r5MleJFN-WfkeWJ4tf7DweI5zr8tU,289812
|
6
|
-
salabim/salabim.py,sha256=
|
7
|
-
salabim-24.0.11.
|
8
|
-
salabim-24.0.11.
|
9
|
-
salabim-24.0.11.
|
10
|
-
salabim-24.0.11.
|
6
|
+
salabim/salabim.py,sha256=8dANioKbD1covX06fZohLeNttQVbalrN6q8eODdZYTU,1097286
|
7
|
+
salabim-24.0.11.post1.dist-info/METADATA,sha256=g39m6E1GfEa8lmL3Ji7vWbz2MpGvYClI1oedRWT2zQc,3456
|
8
|
+
salabim-24.0.11.post1.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
9
|
+
salabim-24.0.11.post1.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
|
10
|
+
salabim-24.0.11.post1.dist-info/RECORD,,
|
File without changes
|
File without changes
|