salabim 25.0.2__py3-none-any.whl → 25.0.3__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.
- salabim/salabim.py +7 -7
- {salabim-25.0.2.dist-info → salabim-25.0.3.dist-info}/METADATA +1 -1
- {salabim-25.0.2.dist-info → salabim-25.0.3.dist-info}/RECORD +5 -5
- {salabim-25.0.2.dist-info → salabim-25.0.3.dist-info}/WHEEL +0 -0
- {salabim-25.0.2.dist-info → salabim-25.0.3.dist-info}/top_level.txt +0 -0
salabim/salabim.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# _ _ _ ____ ____ ___
|
2
|
-
# ___ __ _ | | __ _ | |__ (_) _ __ ___ |___ \ | ___| / _ \ |___
|
3
|
-
# / __| / _` || | / _` || '_ \ | || '_ ` _ \ __) ||___ \ | | | |
|
4
|
-
# \__ \| (_| || || (_| || |_) || || | | | | | / __/ ___) | _ | |_| | _
|
5
|
-
# |___/ \__,_||_| \__,_||_.__/ |_||_| |_| |_| |_____||____/ (_) \___/ (_)|
|
1
|
+
# _ _ _ ____ ____ ___ _____
|
2
|
+
# ___ __ _ | | __ _ | |__ (_) _ __ ___ |___ \ | ___| / _ \ |___ /
|
3
|
+
# / __| / _` || | / _` || '_ \ | || '_ ` _ \ __) ||___ \ | | | | |_ \
|
4
|
+
# \__ \| (_| || || (_| || |_) || || | | | | | / __/ ___) | _ | |_| | _ ___) |
|
5
|
+
# |___/ \__,_||_| \__,_||_.__/ |_||_| |_| |_| |_____||____/ (_) \___/ (_)|____/
|
6
6
|
# discrete event simulation
|
7
7
|
#
|
8
8
|
# see www.salabim.org for more information, the documentation and license information
|
9
9
|
|
10
|
-
__version__ = "25.0.
|
10
|
+
__version__ = "25.0.3"
|
11
11
|
import heapq
|
12
12
|
import random
|
13
13
|
import time
|
@@ -5826,7 +5826,7 @@ class Store(Queue):
|
|
5826
5826
|
for store in c._from_stores:
|
5827
5827
|
c.leave(store._from_store_requesters)
|
5828
5828
|
with self.env.suppress_trace():
|
5829
|
-
|
5829
|
+
self.remove(item)
|
5830
5830
|
c._from_stores = []
|
5831
5831
|
c._from_store_item = item
|
5832
5832
|
c._from_store_store = self
|
@@ -3,8 +3,8 @@ salabim/LICENSE.txt,sha256=eTPlcDJz4G0096Qv-wfMjm1Wxbd4ilDlsYg5rN4HjWQ,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-25.0.
|
8
|
-
salabim-25.0.
|
9
|
-
salabim-25.0.
|
10
|
-
salabim-25.0.
|
6
|
+
salabim/salabim.py,sha256=LySbJixC2l-o0QrALCRfqoF5nb7H5GStA3-58Y7PNg8,1123720
|
7
|
+
salabim-25.0.3.dist-info/METADATA,sha256=eKOnH5RzXA3WLs_HXoX_DhwAKYLyapIC8K9DqMSQ2O0,3457
|
8
|
+
salabim-25.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
9
|
+
salabim-25.0.3.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
|
10
|
+
salabim-25.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|