count property

FormFieldCollection.count property

Returns the number of form fields in the collection.

@property
def count(self) -> int:
    ...

See Also