Python 2.xClassTextiowrapper (_textiobase):""" Character and line based layer over a Bufferediobase object, buffer. Encoding gives the name of the encoding that the stream would be a decoded or encoded with. It defaults to Locale.getpreferredencoding (False). Errors determines the strictness of encoding and decoding (see Help (Codecs. CODEC) or the documentation for Codecs.register) and defaults to "strict". NewLine controls how line endings is handled. It can be None, ', ' \ n ', ' \ R ', and ' \ r \ n '. It works as follows: * on input, if newline are None, universal newlines mode is enabled. Lines in the input can end in ' \ n ', ' \ R ', or ' \ r \ n ', and these is translated into ' \ n ' before being returned to the Caller. If it is ", universal newline mode is enabled, but line endings was returned to the caller untranslated. If it has any of the other legal values, input lines is only terminated by the given string, and the line Endin G is returned to the caller untranslated. * On output, if newline was None, any ' \ n ' characters written is translated to the system default line Separato R, Os.linesep. If newline is ' or ' \ n ', no translation takes place. If NewLine is any of the other legal values, any ' \ n ' characters written is translated to the given string. If line_buffering is True, a call to flush was implied when a call to write contains a newline character."""def close (self, *args, **kwargs):#Real signature UnknownClose FilePassdef fileno (self, *args, **kwargs):#Real signature UnknownFile descriptorPassdef flush (self, *args, **kwargs):#Real signature UnknownFlush file Internal BuffersPassdef isatty (self, *args, **kwargs):#Real signature UnknownDetermine if the file is a consent TTY devicePassdef read (self, *args, **kwargs):#Real signature UnknownReads the specified byte dataPassdef readable (self, *args, **kwargs):#Real signature UnknownWhether it is readablePassdef readline (self, *args, **kwargs):#Real signature UnknownRead only one row of dataPassdef seek (self, *args, **kwargs):#Real signature UnknownSpecify pointer position in filePassdef seekable (self, *args, **kwargs):#Real signature UnknownWhether the pointer can be manipulatedPassdef tell (self, *args, **kwargs):#Real signature UnknownGet pointer positionPassdef truncate (self, *args, **kwargs):#Real signature UnknownTruncate data, preserving only the previous data specifiedPassdef writable (self, *args, **kwargs):#Real signature UnknownWhether it can be writtenPassDef write (self, *args, **kwargs):#Real signature UnknownWrite contentPassDef__getstate__ (self, *args, **kwargs):#Real signature UnknownPassDef__init__ (self, *args, **kwargs):#Real signature UnknownPass@staticmethod#Known case of __new__Def__new__ (*args, **kwargs):#Real signature Unknown"""Create and return a new object. See Help (type) for accurate signature."""PassDef__next__ (self, *args, **kwargs):#Real signature Unknown"""Implement Next (self)."""PassDef__repr__ (self, *args, **kwargs):#Real signature Unknown"""Return repr (self)."""PassBuffer = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)#DefaultClosed = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)#DefaultEncoding = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)#DefaultErrors = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)#DefaultLine_buffering = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)#DefaultName = Property (Lambda Self:object (),Lambda Self, V:none,Lambda Self:none)# Default Newlines = Property ( lambda self:object (), lambda self, V:none, lambda self:none) # default _chunk_size = Property (lambda self:object (), lambda self, v:none, lambda self:none) # Defaultlambda self:object (), Span style= "color: #0000ff;" >lambda self, v:none, lambda self:none) # default