Print the full description of an object using its dump() method.
This function is exactly equivalent to:
>>> print x.dump(...)
or, if the object has no dump() method:
>>> print x
The parameters are only used if the object’s dump() method is being utilized.
Parameters: |
|
---|---|
Returns: | None |