Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
from
setuptools.command.build_ext
import
build_ext
as
_build_ext
10
11
class
PrecompiledExtesion(Extension):
12
def
__init__(self, name):
13
super().__init__(name, sources=[])
14
15
class
build_ext(_build_ext):
16
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected