Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
main():
36
new_version=_get_version()
37
sys.stderr.write(new_version)
38
sys.stderr.flush()
39
sys.exit(0)
40
41
if
__name__ ==
'__main__'
:
42
main()
Callers
1
version_modify.py
File · 0.70
Calls
2
_get_version
Function · 0.85
write
Method · 0.80
Tested by
no test coverage detected