Skip to content

better types for django.cache #46

@sbdchd

Description

@sbdchd

https://docs.djangoproject.com/en/3.2/topics/cache/#basic-usage

Currently typed as Any, but we can do better:

from django.core.cache import cache
reveal_type(cache) # N: revealed type is Any

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