C# Class Python.Runtime.DebugUtil

Debugging helper utilities.
Mostra file Open project: fkarb/pythonnet

Public Methods

Method Description
Print ( string msg ) : void

Private Methods

Method Description
DumpInst ( IntPtr ob ) : void
DumpType ( IntPtr type ) : void
debug ( string msg ) : void

Method Details

Print() public static method

public static Print ( string msg ) : void
msg string
return void