W3cubDocs

/Haxe Python

Codecs

package python.lib

Available on python

Static methods

staticdecode(obj:Bytes, encoding:String = "utf-8", errors:String = "strict"):String

staticencode(obj:String, encoding:String = "utf-8", errors:String = "strict"):Bytes

staticopen(filename:String, mode:String, ?encoding:String, ?errors:String, ?buffering:Bool):StreamReaderWriter

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