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

Method do_exit

starrynet/cli.py:235–238  ·  view source on GitHub ↗

stop the emulation

(self, _line)

Source from the content-addressed store, hash-verified

233 return 'exited by user command'
234
235 def do_exit(self, _line):
236 "stop the emulation"
237 self.sn.stop_emulation()
238 return 'exited by user command'
239
240 def do_quit(self, line):
241 "Exit"

Callers 2

do_quitMethod · 0.95
do_EOFMethod · 0.95

Calls 1

stop_emulationMethod · 0.80

Tested by

no test coverage detected