cf.Field.select

Field.select(*args, **kwargs)[source]

Return the field if it matches the given conditions.

Parameters :
args, kwargs :

As for the match method.

Returns :
out : Field

The field as an object identity, if it matches the given conditions.

Raises :
ValueError :

If the field does not match the conditions.

Previous topic

cf.Field.remove_data

Next topic

cf.Field.setitem

This Page