MCPcopy Index your code
hub / github.com/bugy/script-server / wait_close

Method wait_close

src/react/observable.py:80–84  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

78 return _ReplayPipe(self)
79
80 def wait_close(self, timeout=None):
81 if (timeout is not None) and (timeout > 0):
82 self._wait_close_timed(timeout)
83 else:
84 self._wait_close_unlimited()
85
86 def _wait_close_unlimited(self):
87 with self.close_condition:

Callers 2

read_until_closedFunction · 0.45
finishedMethod · 0.45

Calls 2

_wait_close_timedMethod · 0.95
_wait_close_unlimitedMethod · 0.95

Tested by

no test coverage detected