MCPcopy Create free account
hub / github.com/CPChain/chain / main

Function main

docs/version_modify.py:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def main():
36 new_version=_get_version()
37 sys.stderr.write(new_version)
38 sys.stderr.flush()
39 sys.exit(0)
40
41if __name__ == '__main__':
42 main()

Callers 1

version_modify.pyFile · 0.70

Calls 2

_get_versionFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected