HomeSort by relevance Sort by last modified time
    Searched defs:install_data (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 1 """Tests for distutils.command.install_data."""
7 from distutils.command.install_data import install_data namespace
18 cmd = install_data(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 1 """Tests for distutils.command.install_data."""
7 from distutils.command.install_data import install_data namespace
18 cmd = install_data(dist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 1 """distutils.command.install_data
3 Implements the Distutils 'install_data' command, for installing
14 class install_data(Command): class in inherits:Command
39 ('install_data', 'install_dir'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 1 """distutils.command.install_data
3 Implements the Distutils 'install_data' command, for installing
14 class install_data(Command): class in inherits:Command
39 ('install_data', 'install_dir'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 43 import distutils.command.install_data namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 43 import distutils.command.install_data namespace

Completed in 577 milliseconds