Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
from
setuptools.dist
import
Distribution
3
4
def
GetVersionString():
5
version_file =
'VERSION_STRING'
6
return
open(version_file,
'r'
).read()
7
8
class
BinaryDistribution(Distribution):
9
def
has_ext_modules(self):
Callers
2
setup.py
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected