cfdm 1.7.7
Introduction
Installation
cfdm tutorial
API reference
cfdm functions
cfdm constants
cfdm classes
cfdm.core classes
Subclassing
Philosophy
Performance
Versioning
Older releases
Change log
Related Topics
Documentation overview
API reference
cfdm classes
cfdm.Constructs
Previous:
cfdm.Constructs.__iter__
Next:
cfdm.Constructs.__repr__
This Page
Show Source
Quick search
cfdm.Constructs.__len__
¶
Constructs.
__len__
(
)
[source]
¶
Return the number of constructs.
x.__len__() <==> len(x)
New in version 1.7.0.