actual_work property

actual_work property

ActualWork

Definition:

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

See Also