Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/Tokenizer
/ _get_long_description
Function
_get_long_description
bindings/python/setup.py:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
_get_long_description():
13
readme_path =
"README.md"
14
with
open(readme_path, encoding=
"utf-8"
)
as
readme_file:
15
return
readme_file.read()
16
17
18
def
_get_project_version():
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected