mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -104,7 +104,7 @@ class FilesystemSessionStore(sessions.FilesystemSessionStore):
|
||||
def save(self, session: Session) -> None: ...
|
||||
def get(self, sid: str) -> Session: ...
|
||||
def rotate(self, session: Session, env: Environment) -> None: ...
|
||||
def vacuum(self) -> None: ...
|
||||
def vacuum(self, max_lifetime=...) -> None: ...
|
||||
|
||||
class Session(MutableMapping):
|
||||
can_save: bool
|
||||
|
||||
Reference in New Issue
Block a user