Lines Matching refs:open
25 f = mh.openfolder(name) # new open folder object
48 m = f.openmessage(n) # new open message object (costs a file descriptor)
140 f = open(fn, "w")
302 f = open(fullname, 'r')
324 if not f: f = open(fullname, 'w')
462 """Open
492 'tofolder' is an open folder object."""
550 # Open it to check that it exists
551 f = open(path)
582 # Open it to check that it exists
583 f = open(path)
605 """Create a message, with text from the open file txt."""
615 f = open(path, "w")
671 fp = open(path, 'r')
910 f = open(file, 'r')
930 f = open(file, 'r')
953 f = open(tempfile, 'w')