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

Lines Matching refs:open

39         f = sunau.open(file, 'r')
40 where file is either the name of a file or an open file pointer.
41 The open file pointer must have methods read(), seek(), and close().
72 f = sunau.open(file, 'w')
73 where file is either the name of a file or an open file pointer.
74 The open file pointer must have methods write(), tell(), seek(), and
157 f = __builtin__.open(f, 'rb')
286 f = __builtin__.open(f, 'wb')
462 def open(f, mode=None):
475 openfp = open