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

Lines Matching refs:buffering

841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1):
863 buffering has the same meaning as for the builtin open() API.
881 file = __builtin__.open(filename, mode, buffering)