Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-24 21:52:49 +07:00
parent 9908de7205
commit dfe2b3e7ca
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ class Environment(Mapping):
) -> Environment: ... ) -> Environment: ...
def ref(self, xml_id, raise_if_not_found: bool = ...): ... def ref(self, xml_id, raise_if_not_found: bool = ...): ...
@property @property
def user(self) -> "Users": ... def user(self) -> Users: ...
@property @property
def lang(self) -> str: ... def lang(self) -> str: ...
def do_in_draft(self): ... def do_in_draft(self): ...

View File

@@ -33,7 +33,7 @@ class WebRequest:
endpoint: Any endpoint: Any
endpoint_arguments: Any endpoint_arguments: Any
auth_method: Any auth_method: Any
website: "Website" website: Website
def __init__(self, httprequest) -> None: ... def __init__(self, httprequest) -> None: ...
@property @property
def cr(self) -> Cursor: ... def cr(self) -> Cursor: ...