package python.lib
Available on pythonstatic decode (obj:Bytes, encoding:String = "utf-8", errors:String = "strict"):String
static encode (obj:String, encoding:String = "utf-8", errors:String = "strict"):Bytes
static open (filename:String, mode:String, ?encoding:String, ?errors:String, ?buffering:Bool):StreamReaderWriter
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Codecs.html