Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Deasy_install.py2011 self.options = shlex.split(self._extract_options(script_text))
2017 def _extract_options(orig_script): member in CommandSpec