Skip to content

DataCaching.py #1

@akaRem

Description

@akaRem

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions