Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public static string DumpPythonObjectToString(object pythonObject)

object pythonObject = Python object.
string returns = Dump information of object.


Note

If you need to install other Python modules and libraries (such as numpy, pythonnet, matplotlib, etc.), they must be installed at in the same location as the Python Engine (python.exe).


Warning

Those methods are disabled for Mono project and HTML5 displays.

...