max_iteration propiedad

max_iteration propiedad

Las iteraciones máximas para resolver una referencia circular.

Definición:

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

Ver también