mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 08:47:49 +08:00
fourth iteration
This commit is contained in:
@@ -24,9 +24,7 @@ class Paginator:
|
||||
orphans: int = ...,
|
||||
allow_empty_first_page: bool = ...,
|
||||
) -> None: ...
|
||||
def validate_number(
|
||||
self, number: Optional[Union[float, int, str]]
|
||||
) -> int: ...
|
||||
def validate_number(self, number: Optional[Union[float, str]]) -> int: ...
|
||||
def get_page(self, number: Optional[int]) -> Page: ...
|
||||
def page(self, number: Union[int, str]) -> Page: ...
|
||||
def count(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user