Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dinstall.py285 self.dump_dirs("pre-finalize_{unix,other}")
292 self.dump_dirs("post-finalize_{unix,other}()")
316 self.dump_dirs("post-expand_basedirs()")
332 self.dump_dirs("post-expand_dirs()")
369 self.dump_dirs("after prepending root")
382 def dump_dirs (self, msg): member in install
/external/python/cpython2/Misc/
DHISTORY1873 - Bug #1103844: fix distutils.install.dump_dirs() with negated options.