MCPcopy Index your code
hub / github.com/SpaceNetLab/StarryNet / stop_emulation

Method stop_emulation

starrynet/sn_synchronizer.py:235–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 sn_thread.join()
234
235 def stop_emulation(self):
236 # Stop emulation in a new thread.
237 sn_thread = sn_Emulation_Stop_Thread(self.remote_ssh, self.remote_ftp,
238 self.file_path)
239 sn_thread.start()
240 sn_thread.join()

Callers 3

example.pyFile · 0.80
do_stop_emulationMethod · 0.80
do_exitMethod · 0.80

Calls 1

Tested by

no test coverage detected