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