Skip to content

from descriptors import cachedproperty does not work  #331

@Wild3d

Description

@Wild3d

The libary descriptors does not work. I used:
pip install cached-property
and replaced all statements with
from cached_property import cached_property
Then I replaced
cachedproperty
with
cached_property
in the code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions