Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use private meta attributes rather than protected. #187

Closed
wants to merge 1 commit into from

Conversation

weibeu
Copy link

@weibeu weibeu commented Sep 8, 2020

This will make easier to customize the behavior of the cache classes when they're subclassed.

Currently, if someone wanted to customize the behavior of say the popitem method, they will not be able to access these "protected" attributes which is meant to override the default popitem implementation.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 414cbba on thec0sm0s:dev/4.2.0 into 49629b9 on tkem:dev/4.2.0.

@tkem
Copy link
Owner

tkem commented Sep 8, 2020

See #179.

@tkem tkem closed this Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants