Example #1
0
 def _perform_layout_validity_checks(self, working_layout):
     """
     Use this method to check the validity of the generated layout.
     """
     IsoRequestLayoutConverter._perform_layout_validity_checks(
         self, working_layout)
     self.__check_optimem_factor(working_layout)
Example #2
0
 def _perform_layout_validity_checks(self, working_layout):
     """
     Use this method to check the validity of the generated layout.
     """
     IsoRequestLayoutConverter._perform_layout_validity_checks(self,
                                                     working_layout)
     self.__check_optimem_factor(working_layout)