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.

func_dotted_ancestor.py 231B

1234567891011
  1. """bla"""
  2. # pylint: disable=no-absolute-import
  3. from input import func_w0233
  4. __revision__ = 'yo'
  5. class Aaaa(func_w0233.AAAA):
  6. """test dotted name in ancestors"""
  7. def __init__(self):
  8. func_w0233.AAAA.__init__(self)