Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

regression_no_value_for_parameter.py 291B

123456789101112131415
  1. # pylint: disable=missing-docstring,import-error
  2. from Unknown import Unknown
  3. class ConfigManager(Unknown):
  4. RENAMED_SECTIONS = {
  5. 'permissions': 'content'
  6. }
  7. def test(self):
  8. self.RENAMED_SECTIONS.items() #@
  9. def items(self, sectname, raw=True):
  10. pass