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.

init_not_called.txt 388B

123456
  1. old-style-class:6:AAAA:Old-style class defined.
  2. old-style-class:12:BBBB:Old-style class defined.
  3. no-init:18:CCCC:Class has no __init__ method
  4. old-style-class:18:CCCC:Old-style class defined.
  5. super-init-not-called:25:ZZZZ.__init__:__init__ method from base class 'BBBB' is not called
  6. super-init-not-called:58:AssignedInit.__init__:__init__ method from base class 'NewStyleC' is not called