package python.lib.io; import python.lib.io.RawIOBase; extern class BufferedIOBase extends IOBase { /* not always available */ public var raw:RawIOBase; }