The Python Oracle

List all base classes in a hierarchy of given class?

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

--

Track title: CC O Beethoven - Piano Sonata No 3 in C

--

Chapters
00:00 Question
00:24 Accepted answer (Score 240)
00:49 Answer 2 (Score 53)
01:13 Answer 3 (Score 44)
01:31 Answer 4 (Score 27)
02:07 Thank you

--

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

Question links:
[new-style]: http://docs.python.org/reference/datamod...
[issubclass]: http://docs.python.org/library/functions...

Accepted answer links:
[inspect.getmro(cls)]: https://docs.python.org/library/inspect....

Answer 2 links:
[__bases__]: http://docs.python.org/library/stdtypes....

Answer 4 links:
[Python doc]: https://docs.python.org/3/library/stdtyp...

--

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

--

Tags
#python #class #inheritance #oop #introspection

#avk47