The Python Oracle

How do I call a parent class's method from a child class in Python?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Future Grid Looping

--

Chapters
00:00 Question
01:04 Accepted answer (Score 966)
01:26 Answer 2 (Score 160)
02:10 Answer 3 (Score 90)
02:48 Answer 4 (Score 88)
03:12 Thank you

--

Full question
https://stackoverflow.com/questions/8050...

Question links:
[super]: https://docs.oracle.com/javase/tutorial/...

Accepted answer links:
[super()]: http://docs.python.org/library/functions...
[new-style classes]: http://docs.python.org/glossary.html#ter...

Answer 2 links:
[super]: http://docs.python.org/library/functions...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #class #oop #object #inheritance

#avk47