Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_install_data.py7 from distutils.command.install_data import install_data
18 cmd = install_data(dist)
Dtest_install.py66 check_path(cmd.install_data, destination)
/external/python/cpython2/Doc/distutils/
Dcommandref.rst25 the subcommands :command:`install_lib`, :command:`install_data` and
34 :command:`install_data`
Dapiref.rst1938 :mod:`distutils.command.install_data` --- Install data files from a package
1941 .. module:: distutils.command.install_data
/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py14 class install_data(Command): class
Dinstall.py188 self.install_data = None
408 self.install_data is None):
/external/python/cpython2/Lib/test/
Dtest_sundry.py39 import distutils.command.install_data