end property

end property

End

Definition:

@property
def end(self):
    ...

@end.setter
def end(self, value):
    ...

See Also