Searched defs:getpath (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Dmhlib.py13 path = mh.getpath() # mailbox pathname
126 def getpath(self): member in class:MH
132 context = pickline(os.path.join(self.getpath(), 'context'),
139 fn = os.path.join(self.getpath(), 'context')
147 path = self.getpath()
222 os.mkdir(os.path.join(self.getpath(), name), mode)
227 fullname = os.path.join(self.getpath(), name)

Completed in 107 milliseconds