DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python iterate through objects attributes
>>> [a for a in dir(obj) if not a.startswith('__')] ['bar', 'foo', 'func']
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#iterate
#objects
#attributes
ADD COMMENT
Topic
COMMENT
Name
2+5 =
Submit