outer property

outer property

Outer

Definition:

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

See Also