Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thampiman/reverse-geocoder
/ read
Function
read
setup.py:7–8 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
5
from
setuptools.command.build_ext
import
build_ext
as
_build_ext
6
7
def
read(filename):
8
return
open(os.path.join(os.path.dirname(__file__), filename)).read()
9
10
class
build_ext(_build_ext):
11
def
finalize_options(self):
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected