C# Class IronPython.Zlib.ZlibModule

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Properties

Property Type Description
error IronPython.Runtime.Types.PythonType

Private Methods

Method Description
MakeError ( ) : Exception
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
adler32 ( [ data, [ baseValue ) : int
compress ( [ data, [ level ) : string
compressobj ( [ level, [ method, [ wbits, [ memlevel, [ strategy ) : Compress
crc32 ( [ data, [ baseValue ) : int
decompress ( [ data, [ wbits, [ bufsize ) : string
decompressobj ( [ wbits ) : Decompress
zlib_error ( ZStream zst, int err, string msg ) : Exception

Property Details

error public_oe static_oe property

public static PythonType,IronPython.Runtime.Types error
return IronPython.Runtime.Types.PythonType