View Source Unpickler.Object (Unpickler v0.1.0)
Represents a Python object.
This struct includes all the information that would be used for object reconstruction. Refer to the pickle documentation for more details.
information
Information
The following fields are available:
:constructor- name of the class or function called to build the object:args- a list of arguments passed to the constructor:kwargs- a map with keyword arguments passed to the constructor:state- a value passed to the__setstate__method if applicable:append_items- a list of values to append to the object:set_items- a list of key-value pairs to set on the object