MCPcopy
hub / github.com/vnpy/vnpy / join

Method join

vnpy/rpc/client.py:122–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 self._active = False
121
122 def join(self) -> None:
123 # Wait for RpcClient thread to exit
124 if self._thread and self._thread.is_alive():
125 self._thread.join()
126 self._thread = None
127
128 def run(self) -> None:
129 """

Callers 15

get_info_textMethod · 0.45
closeMethod · 0.45
stopMethod · 0.45
runMethod · 0.45
excepthookFunction · 0.45
threading_excepthookFunction · 0.45
process_replace_infFunction · 0.45
lessFunction · 0.45
greaterFunction · 0.45
quesvalFunction · 0.45
quesval2Function · 0.45
pow2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected