MCPcopy
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

5from setuptools.command.build_ext import build_ext as _build_ext
6
7def read(filename):
8 return open(os.path.join(os.path.dirname(__file__), filename)).read()
9
10class build_ext(_build_ext):
11 def finalize_options(self):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected