Home
last modified time | relevance | path

Searched defs:install_scripts (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/distutils/
Dcommandref.rst53 .. _sdist-cmd:
/third_party/python/Lib/distutils/command/
Dinstall_scripts.py14 class install_scripts(Command): class
/third_party/python/Lib/venv/
D__init__.py358 def install_scripts(self, context, path): member in EnvBuilder