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

Lines Matching refs:bufsize

1109         - bufsize -- The file's desired buffer size. Accepts the same values as
1113 def __init__(self, mode='r', bufsize=-1):
1115 self._bufsize = bufsize