child_element_count property

child_element_count property

The childElementCount attribute must return the number of children of the context object that are elements.

Definition:

@property
def child_element_count(self):
    ...

See Also