Home | History | Annotate | Download | only in distutils

Lines Matching defs:mkpath

16 from distutils.dir_util import mkpath
362 self.mkpath(os.path.dirname(obj))
880 def mkpath(self, name, mode=0777):
881 mkpath(name, mode, dry_run=self.dry_run)