W3cubDocs

/Haxe Python

TextIOBase

package python.lib.io

extends IOBase

extended by StringIO, TextIOWrapper

@:pythonImport("io","TextIOBase") Available on python

Variables

buffer:BufferedIOBase

encoding:String

error:String

newlines:Null<EitherType<String, Tuple<String>>>

Methods

detach ():BufferedIOBase

read (n:Int):String

write (s:String):Int

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/io/TextIOBase.html