Get a CF property from each field.
When a default argument is given, it is returned when the attribute doesn’t exist; without it, an exception is raised in that case.
fl.getprop(prop, *default) is equivalent to cf.List(f.getprop(prop, *default) for f in fl).
Parameters : |
|
---|---|
Returns : |
|
See also