Home | History | Annotate | Download | only in python2.7

Lines Matching full:pathname

13 path = mh.getpath()     # mailbox pathname
28 path = f.getfullname() # folder's full pathname
29 path = f.getsequencesfilename() # full pathname of folder's sequences file
30 path = f.getmessagefilename(n) # full pathname of message n in folder
97 Optional constructor arguments are the pathname for the directory
261 """Return the full pathname of the folder."""
265 """Return the full pathname of the folder's sequences file."""
269 """Return the full pathname of a message in the folder."""