cf.FieldList.unsqueeze

FieldList.unsqueeze(*args, **kwargs)[source]

Apply the unsqueeze method to each field of the list.

Parameters :
args, kwargs :

As for a field’s unsqueeze method.

Returns :

out : FieldList

Previous topic

cf.FieldList.squeeze

Next topic

cf.Partition

This Page