forked from qt-creator/qt-creator
The dumper calls PyObject_Repr and shows the result of that as the value of a PyObject. It also adds three new sub fields to show the object class (type), super class (base class), and the meta type (the type of the class object). Change-Id: I0612833321f6d2b50826588e775cfa12e1db28e4 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: hjk <hjk@qt.io>