-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Since in Line._init__(..) you say self.start = start, self.start is free for change, and in Line.length(..) you must check if Line attrs has changed from the point when DataCache was setted.
Options are:
mark as private self.start -> self._start
or remember hash of relevant data when you set DataCache
Metadata
Metadata
Assignees
Labels
No labels