Parameters: |
- complete : bool, optional
Output a complete dump. Fields contained in coordinate reference are
themselves described with their dumps.
- display : bool, optional
If False then return the description as a string. By default
the description is printed, i.e. d.dump() is equivalent to
print d.dump(display=False).
|