DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python class get attribute by name
>>> class c: pass o = c() >>> setattr(o, "foo", "bar") >>> o.foo 'bar' >>> getattr(o, "foo") 'bar'
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#class
#attribute
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit