HomeSort by relevance Sort by last modified time
    Searched refs:path_file (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 134 self.assertEqual(cmd.path_file, 'path')
141 self.assertEqual(cmd.path_file, 'path')
148 self.assertEqual(cmd.path_file, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 134 self.assertEqual(cmd.path_file, 'path')
141 self.assertEqual(cmd.path_file, 'path')
148 self.assertEqual(cmd.path_file, None)

Completed in 55 milliseconds