DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
check if an object has an attribute in Python
if
hasattr
(
a
,
'property'
)
:
doStuff
(
a
.
property
)
else
:
otherStuff
(
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#check
#object
#attribute
#Python
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit