MCPcopy
hub / github.com/Blizzard/s2client-proto / run

Method run

setup.py:54–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52class BuildPy(build_py):
53
54 def run(self):
55 for proto_file in proto_files(PROTO_DIR):
56 compile_proto(proto_file, python_out=SETUP_DIR, proto_path=SETUP_DIR)
57 with open(os.path.join(PROTO_DIR, '__init__.py'), 'a') as f:
58 pass
59 build_py.run(self)
60
61
62setup(

Callers

nothing calls this directly

Calls 2

proto_filesFunction · 0.85
compile_protoFunction · 0.85

Tested by

no test coverage detected