child_objects property

child_objects property

Gets or sets the child objects.

Definition:

@property
def child_objects(self):
    ...
@child_objects.setter
def child_objects(self, value):
    ...

See Also