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

Lines Matching refs:before

7 # Remember to fsync() changes to disk before closing a modified file
703 """Called before writing the mailbox to file f."""
707 """Called before writing each message to file f."""
734 before = self._file.tell()
746 self._file.truncate(before)
841 # The last line before the "From " line wasn't
871 """Called before writing each message to file f."""
1337 """Called before writing the mailbox to file f."""
1343 """Called before writing each message to file f."""
2173 # before that str() added 'L':