count property

NodeList.count property

Gets the number of nodes in the list.

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

See Also