Search
 
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
Name
9+8 =