cf.FieldList.setprop

FieldList.setprop(prop, value)[source]

Set a CF property on each field.

fl.setprop(prop, value) is equivalent to for f in fl: f.setprop(prop, value).

Parameters :
prop : str

The name of the CF property.

value :

The value for the property.

Returns :

out : None

Previous topic

cf.FieldList.setdata

Next topic

cf.FieldList.sin

This Page