Home
last modified time | relevance | path

Searched refs:stop_after (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/
Dcore.py170 def run_setup (script_name, script_args=None, stop_after="run"): argument
201 if stop_after not in ('init', 'config', 'commandline', 'run'):
202 raise ValueError("invalid value for 'stop_after': %r" % (stop_after,))
205 _setup_stop_after = stop_after
/third_party/python/Doc/distutils/
Dapiref.rst125 .. function:: run_setup(script_name[, script_args=None, stop_after='run'])
138 *stop_after* tells :func:`setup` when to stop processing; possible values: