cfdm 1.7.0
Introduction
Installation
cfdm tutorial
API reference
cfdm functions
cfdm classes
cfdm.core classes
Subclassing
Philosophy
Versioning
Older releases
Related Topics
Documentation overview
API reference
cfdm classes
cfdm.Domain
Previous:
cfdm.Domain.__deepcopy__
Next:
cfdm.Domain.__str__
This Page
Show Source
Quick search
cfdm.Domain.__repr__
¶
Domain.
__repr__
(
)
[source]
¶
Called by the
repr
built-in function.
x.__repr__() <==> repr(x)