Home | History | Annotate | Download | only in Lib

Lines Matching defs: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')
295 f = __builtin__.open(f, 'wb')
480 def open(f, mode=None):
493 openfp = open