MCPcopy 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

21sdists = './setup.py sdist --formats=gztar'
22# Binary dists
23def buildwheels():
24 sh('{python} setupegg.py bdist_wheel'.format(python=sys.executable))
25
26# Utility functions
27def sh(cmd):

Callers

nothing calls this directly

Calls 2

shFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected