last_element_child property

last_element_child property

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

Definition:

@property
def last_element_child(self):
    ...

See Also