Page constructor

Page()

Constructor.

def __init__(self):
    ...

Page(id)

Constructor.

def __init__(self, id):
    ...
Parameter Type Description
id int

See Also