mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 09:56:00 +08:00
initial commit
This commit is contained in:
7
django/contrib/sessions/models.pyi
Normal file
7
django/contrib/sessions/models.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.contrib.sessions.backends.db import SessionStore
|
||||
from typing import Type
|
||||
|
||||
|
||||
class Session:
|
||||
@classmethod
|
||||
def get_session_store_class(cls) -> Type[SessionStore]: ...
|
||||
Reference in New Issue
Block a user