MCPcopy
hub / github.com/pathwaycom/pathway / join

Method join

python/pathway/tests/utils.py:118–122  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

116 del self._target, self._args, self._kwargs # type: ignore
117
118 def join(self, timeout=None):
119 super().join(timeout)
120 if self._exception:
121 raise self._exception
122 return self._result
123
124
125class UniquePortDispenser:

Calls

no outgoing calls