cf.FieldList.identity

FieldList.identity(default=None)[source]

Return the identity of each field.

fl.identity(*args, **kwargs) is equivalent to cf.List(f.identity(*args, **kwargs) for f in fl).

See cf.Field.identity for details.

Parameters :
args, kwargs : optional

See cf.Field.identity.

Returns :
out :

For each field, its identity.

Previous topic

cf.FieldList.hasprop

Next topic

cf.FieldList.indices

This Page