W3cubDocs

/Haxe Python

Codecs

package python.lib

Available on python

Static methods

static 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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/lib/Codecs.html