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

Lines Matching full:whence

873     def seek(self, pos, whence=os.SEEK_SET):
879 if whence == os.SEEK_SET:
881 elif whence == os.SEEK_CUR:
886 elif whence == os.SEEK_END: