Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | List of all members
wowf.lib.pagination.Page Class Reference
Collaboration diagram for wowf.lib.pagination.Page:
Collaboration graph

Public Member Functions

def __init__

Detailed Description

Definition at line 20 of file pagination.py.

Constructor & Destructor Documentation

def wowf.lib.pagination.Page.__init__ (   self,
  collection,
  count,
  limit,
  kwargs 
)
Parameters
collectionA callable which returns a collection of items
countA callable which returns the total number of items in the collection
limitThe max number of items to return
kwargsArguments to pass the collection callable.

Definition at line 29 of file pagination.py.


The documentation for this class was generated from the following file: