Home | History | Annotate | Download | only in rebaseline_server

Lines Matching refs:section_name

846   def _validate_summary_section(self, section_name):
850 section_name: which section of the JSON summary file has been requested
854 Raises: Exception if an invalid section_name was requested.
856 if section_name not in compare_rendered_pictures.ALLOWED_SECTION_NAMES:
858 section_name, compare_rendered_pictures.ALLOWED_SECTION_NAMES))
859 return section_name