mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 15:31:55 +08:00
initial commit
This commit is contained in:
6
django/contrib/sessions/base_session.pyi
Normal file
6
django/contrib/sessions/base_session.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
class AbstractBaseSession:
|
||||
def __str__(self) -> str: ...
|
||||
def get_decoded(self) -> Dict[str, int]: ...
|
||||
Reference in New Issue
Block a user