MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / exec

Method exec

flow-python/examples/basis_function/profile/transport.py:10–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 pass
9
10 def exec(self):
11 envelope = self.inp.recv()
12 if envelope is not None:
13 self.out.send(envelope)
14

Callers

nothing calls this directly

Calls 2

recvMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected