Lines Matching refs:page
783 page -- one of the 4 top-level dicts representing a
785 config_type -- name of a page.
786 section -- a section within a page/file.
796 clear: Clear all changes by clearing each page.
799 "Create a page for each configuration file"
807 page = self[config_type]
809 if section not in page:
810 page[section] = {}
811 page[section][item] = value
837 page = self[config_type]
838 for section in page:
842 for item, value in page[section].items():
873 for page in self.pages:
874 page.clear()