Skip to content

__memokey__ for special keying #7

@mikeboers

Description

@mikeboers

Right now, every arg/kwarg passes through repr to get a string for use in the cache key. This may put too much overloading on __repr__ of classes.

Perhaps, a special __memokey__ could help for when it is too difficult to do everything in __repr__.

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