cfdm 1.7.1
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.Field
Previous:
cfdm.Field.__repr__
Next:
cfdm.AuxiliaryCoordinate
This Page
Show Source
Quick search
cfdm.Field.__str__
¶
Field.
__str__
(
)
[source]
¶
Called by the
str
built-in function.
x.__str__() <==> str(x)