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: