first_child property

first_child property

The first child of this node. If there is no such node, this returns null.

Definition:

@property
def first_child(self):
    ...

See Also