Searched defs:script_text (Results 1 – 1 of 1) sorted by relevance
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 797 def install_script(self, dist, script_name, script_text, dev_path=None): argument 1931 def is_python_script(script_text, filename): argument 2010 def install_options(self, script_text): argument 2083 def get_script_header(cls, script_text, executable=None, wininst=False): argument 2136 def _get_script_args(cls, type_, name, header, script_text): argument 2141 def get_header(cls, script_text="", executable=None): argument 2171 def _get_script_args(cls, type_, name, header, script_text): argument 2215 def _get_script_args(cls, type_, name, header, script_text): argument
|