max_iteration property

max_iteration property

The maximum iterations to resolve a circular reference.

Definition:

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

See Also