Home
last modified time | relevance | path

Searched refs:handle_extra_path (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_install.py140 cmd.handle_extra_path()
147 cmd.handle_extra_path()
154 cmd.handle_extra_path()
161 self.assertRaises(DistutilsOptionError, cmd.handle_extra_path)
/third_party/python/Lib/distutils/command/
Dinstall.py376 self.handle_extra_path()
512 def handle_extra_path(self): member in install