Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ __del__
Method
__del__
flow-python/examples/logical_test/process.py:44–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
self.p.start()
43
44
def
__del__(self):
45
try
:
46
self.send.send(None)
47
self.p.join()
48
except
:
49
pass
50
51
def
exec(self):
52
envelope = self.inp.recv()
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected