Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ buildwheels
Function
buildwheels
tools/toollib.py:23–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
sdists =
'./setup.py sdist --formats=gztar'
22
# Binary dists
23
def
buildwheels():
24
sh(
'{python} setupegg.py bdist_wheel'
.format(python=sys.executable))
25
26
# Utility functions
27
def
sh(cmd):
Callers
nothing calls this directly
Calls
2
sh
Function · 0.85
format
Method · 0.45
Tested by
no test coverage detected