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

Class build_ext

setup.py:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146class build_ext(_build_ext):
147 def build_extension(self, ext):
148 if ext.name == "MeCab._MeCab":
149 maybe_build_libmecab_and_adjust_flags(ext)
150 _build_ext.build_extension(self, ext)
151 if ext.name == "MeCab._MeCab":
152 discard_swig_wrappers(ext)
153
154
155class build_py(_build_py):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected