Search
 
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
Name
2+5 =