MCPcopy Index your code
hub / github.com/RustPython/RustPython / start

Method start

Lib/test/test_ssl.py:2521–2526  ·  view source on GitHub ↗
(self, flag=None)

Source from the content-addressed store, hash-verified

2519 self.join()
2520
2521 def start(self, flag=None):
2522 if not self._in_context:
2523 raise ValueError(
2524 'ThreadedEchoServer must be used as a context manager')
2525 self.flag = flag
2526 threading.Thread.start(self)
2527
2528 def run(self):
2529 if not self._in_context:

Callers 5

__enter__Method · 0.95
runMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected