Python Forum
Is it mandatory to call superclass init inside the class init?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it mandatory to call superclass init inside the class init?
#1
Hello all,

Given a class A and a class B inherited from A, is it mandatory to call A.__init__(self) from B __init__ or could be possible to call it in other function?

Thank you in advance!
Reply


Messages In This Thread
Is it mandatory to call superclass init inside the class init? - by psolar - Feb-13-2020, 03:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I call sys.argv list inside a function, from the CLI? billykid999 3 796 May-02-2023, 08:40 AM
Last Post: Gribouillis
  How to call a class in other class? 3lnyn0 3 938 Oct-24-2022, 09:18 AM
Last Post: GenTorossi
  PyRun_SimpleFile calling multiprocessing Python Class cause endless init loop Xeno 2 1,055 Sep-19-2022, 02:32 AM
Last Post: Xeno
  Init an indefinite number of class MathisDELAGE 9 2,316 Feb-18-2022, 07:49 PM
Last Post: deanhystad
  Basic Inheritance, Why Use init udinjelek 5 2,189 Sep-29-2021, 06:03 PM
Last Post: deanhystad
  Practice problem using lambda inside the class jagasrik 3 2,176 Sep-12-2020, 03:18 PM
Last Post: deanhystad
  superclass and super() grkiran2011 1 1,746 Jun-20-2020, 04:37 AM
Last Post: deanhystad
  Error: How to to close and restart your shell after running 'conda init' angelica 3 10,281 May-27-2020, 10:00 AM
Last Post: snippsat
  How to read file inside class Mekala 11 12,522 May-02-2020, 11:36 AM
Last Post: snippsat
  Call a .xlsx file outside a class criscferr 2 1,881 Apr-24-2020, 04:23 PM
Last Post: criscferr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020