Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-06-05 15:53:21 +07:00
parent 1b056aabd2
commit aee9eca6f7

View File

@@ -104,7 +104,7 @@ class FilesystemSessionStore(sessions.FilesystemSessionStore):
def save(self, session: Session) -> None: ... def save(self, session: Session) -> None: ...
def get(self, sid: str) -> Session: ... def get(self, sid: str) -> Session: ...
def rotate(self, session: Session, env: Environment) -> None: ... def rotate(self, session: Session, env: Environment) -> None: ...
def vacuum(self) -> None: ... def vacuum(self, max_lifetime=...) -> None: ...
class Session(MutableMapping): class Session(MutableMapping):
can_save: bool can_save: bool