Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-08-02 15:53:41 +07:00
parent 4e9ad3d92b
commit 66343895b2

View File

@@ -204,7 +204,7 @@ class BaseModel(metaclass=MetaModel):
) -> _ModelT: ... ) -> _ModelT: ...
@overload @overload
def search( def search(
self: _ModelT, self,
args: _Domain, args: _Domain,
offset: int = ..., offset: int = ...,
limit: int | None = ..., limit: int | None = ...,