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

Method __init__

Lib/test/test_ssl.py:2639–2645  ·  view source on GitHub ↗
(self, certfile)

Source from the content-addressed store, hash-verified

2637 raise
2638
2639 def __init__(self, certfile):
2640 self.flag = None
2641 self.active = False
2642 self.server = self.EchoServer(certfile)
2643 self.port = self.server.port
2644 threading.Thread.__init__(self)
2645 self.daemon = True
2646
2647 def __str__(self):
2648 return "<%s %s>" % (self.__class__.__name__, self.server)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected