package python.lib.io; import python.lib.Exceptions.IOError; class BlockingIOError extends IOError { var characters_written:Int; }