MCPcopy Index your code
hub / github.com/streamlit/streamlit / join

Method join

lib/streamlit/testing/v1/local_script_runner.py:113–116  ·  view source on GitHub ↗

Wait for the script thread to finish, if it is running.

(self)

Source from the content-addressed store, hash-verified

111 file_mgr.add_file(self._session_id, file_rec)
112
113 def join(self) -> None:
114 """Wait for the script thread to finish, if it is running."""
115 if self._script_thread is not None:
116 self._script_thread.join()
117
118 def forward_msgs(self) -> list[ForwardMsg]:
119 """Return all messages in our ForwardMsgQueue."""

Callers 15

getPossibleBaseUrisFunction · 0.45
updateUrlParamMethod · 0.45
getKeyFromIdFunction · 0.45
HeadingFunction · 0.45
ErrorElementFunction · 0.45
theme.test.tsFile · 0.45
DataFrameFunction · 0.45
parseColumnHeaderNamesFunction · 0.45
useDataExporter.tsFile · 0.45
toCsvRowFunction · 0.45

Calls

no outgoing calls

Tested by 15

from_functionMethod · 0.36
_command_to_stringFunction · 0.36
_get_filenamesFunction · 0.36
mainFunction · 0.36
_run_gh_commandFunction · 0.36
mainFunction · 0.36
startMethod · 0.36
assert_snapshotFunction · 0.36