debugDump method
void
debugDump()
inherited
Dumps the python object to the console.
Implementation
void debugDump() {
PythonFfiDelegate.logger.stdout(
"PythonObject(reference: $_reference, delegate: $_platform)",
);
}