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?
#2
No it is not mandatory, it is not even mandatory to call it from another function. However if you start doing strange manipulations at instance's initialization, it probably means that this class hierarchy is not the best one for your problem.
Reply


Messages In This Thread
RE: Is it mandatory to call superclass init inside the class init? - by Gribouillis - Feb-13-2020, 03:26 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 820 May-02-2023, 08:40 AM
Last Post: Gribouillis
  How to call a class in other class? 3lnyn0 3 958 Oct-24-2022, 09:18 AM
Last Post: GenTorossi
  PyRun_SimpleFile calling multiprocessing Python Class cause endless init loop Xeno 2 1,078 Sep-19-2022, 02:32 AM
Last Post: Xeno
  Init an indefinite number of class MathisDELAGE 9 2,393 Feb-18-2022, 07:49 PM
Last Post: deanhystad
  Basic Inheritance, Why Use init udinjelek 5 2,207 Sep-29-2021, 06:03 PM
Last Post: deanhystad
  Practice problem using lambda inside the class jagasrik 3 2,207 Sep-12-2020, 03:18 PM
Last Post: deanhystad
  superclass and super() grkiran2011 1 1,761 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,322 May-27-2020, 10:00 AM
Last Post: snippsat
  How to read file inside class Mekala 11 12,630 May-02-2020, 11:36 AM
Last Post: snippsat
  Call a .xlsx file outside a class criscferr 2 1,895 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