MCPcopy Create free account
hub / github.com/OpenPPL/ppl.nn / GetVersionString

Function GetVersionString

python/package/setup.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2from setuptools.dist import Distribution
3
4def GetVersionString():
5 version_file = 'VERSION_STRING'
6 return open(version_file, 'r').read()
7
8class BinaryDistribution(Distribution):
9 def has_ext_modules(self):

Callers 2

setup.pyFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected