dir property

dir property

Dir

Definition:

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

See Also