Added missing documentation to the global variables, class properties, and object properties.
This commit is contained in:
@@ -63,6 +63,7 @@ DEFAULT_PAGE_SIZE: int = 10
|
||||
"""The default page size."""
|
||||
|
||||
T = TypeVar("T")
|
||||
"""The pagination item type."""
|
||||
|
||||
|
||||
class Pagination(Generic[T]):
|
||||
|
||||
Reference in New Issue
Block a user