Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python check if has attribute

if hasattr(a, 'property'):
    a.property
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #check #attribute
ADD COMMENT
Topic
Name
2+6 =