both propiedad

both propiedad

Indica si los dos criterios tienen una relación “y”.

Definición:

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

Ver también