children property

children property

Gets all text runs in this paragraph. If this paragraph is empty, return paragraph itself.

Definition:

@property
def children(self):
    ...

See Also