DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python get attributes of object
field_name = "fullName" print getattr(user, field_name) # prints content of user.fullName
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#attributes
#object
ADD COMMENT
Topic
COMMENT
Name
1+7 =
Submit