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

Method __init__

module/setup.py:33–36  ·  view source on GitHub ↗
(self, path, config)

Source from the content-addressed store, hash-verified

31 """
32
33 def __init__(self, path, config):
34 self.path = path
35 self.config = config
36 self.stdin_encoding = get_console_encoding(sys.stdin.encoding)
37
38 def start(self):
39 langs = self.config.getMetaData("general", "language")["type"].split(";")

Callers

nothing calls this directly

Calls 1

get_console_encodingFunction · 0.90

Tested by

no test coverage detected