phase property

phase property

Phase

Definition:

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

See Also