MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / _get_data_files

Method _get_data_files

setup.py:156–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154
155class build_py(_build_py):
156 def _get_data_files(self):
157 self.analyze_manifest()
158 data_files = []
159 for pkg in (self.packages or ()):
160 data_files.append(self._get_pkg_data_files(pkg))
161 return data_files
162
163 def _get_pkg_data_files(self, package):
164 data = _build_py._get_pkg_data_files(self, package)

Callers

nothing calls this directly

Calls 1

_get_pkg_data_filesMethod · 0.95

Tested by

no test coverage detected