first_element_child property

first_element_child property

Returns the first child that is an element, and null otherwise.

Definition:

@property
def first_element_child(self):
    ...

See Also