mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
6 lines
135 B
Python
6 lines
135 B
Python
from typing import Dict
|
|
|
|
|
|
class AbstractBaseSession:
|
|
def __str__(self) -> str: ...
|
|
def get_decoded(self) -> Dict[str, int]: ... |