Searched defs:makedirs (Results 1 – 8 of 8) sorted by relevance
14 def makedirs(p): function
103 def makedirs(dir): function
91 def makedirs(path): function
113 def makedirs(path): function
124 def makedirs(path): function
772 def makedirs(dir): function
136 def makedirs(name, mode=0777): function
195 def makedirs(name, mode=0o777, exist_ok=False): function