MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / PrecompiledExtesion

Class PrecompiledExtesion

imperative/python/setup.py:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9from setuptools.command.build_ext import build_ext as _build_ext
10
11class PrecompiledExtesion(Extension):
12 def __init__(self, name):
13 super().__init__(name, sources=[])
14
15class build_ext(_build_ext):
16

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected