Source code for web_poet.page_inputs.page_params

[docs]class PageParams(dict): """Container class that could contain any arbitrary data to be passed into a Page Object. Note that this is simply a subclass of Python's ``dict``. """ pass