cf.Query.dump

Query.dump(display=True)[source]

Return a string containing a full description of the instance.

Parameters:
display: bool, optional

If False then return the description as a string. By default the description is printed, i.e. q.dump() is equivalent to print q.dump(display=False).

Returns:
out: None or str

A string containing the description.

Examples: