Home
last modified time | relevance | path

Searched refs:run_setup (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_core.py82 distutils.core.run_setup(
88 distutils.core.run_setup(
95 dist = distutils.core.run_setup(
110 distutils.core.run_setup(
/third_party/python/Lib/distutils/
Dcore.py170 def run_setup (script_name, script_args=None, stop_after="run"): function
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst2936 run_setup was broken in distutils. Patch from Alexander Belopolsky.
/third_party/python/Doc/distutils/
Dapiref.rst125 .. function:: run_setup(script_name[, script_args=None, stop_after='run'])