iteration property

iteration property

Indicates whether use iteration to resolve circular references.

Definition:

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

See Also