The Python Oracle

How to enumerate an object's properties 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: Ominous Technology Looping

--

Chapters
00:00 Question
00:24 Accepted answer (Score 207)
00:44 Answer 2 (Score 86)
00:59 Answer 3 (Score 72)
01:41 Answer 4 (Score 17)
01:52 Thank you

--

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

Answer 1 links:
[dir()]: http://docs.python.org/library/functions...
[Guide To Python Introspection]: https://web.archive.org/web/201611301351.../

Answer 2 links:
[inspect.getmembers(object[, predicate])]: http://docs.python.org/library/inspect.h...

--

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

--

Tags
#python #reflection #properties

#avk47