Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCAP-31-03 Topic 6 Question 60 Discussion

Actual exam question for Python Institute's PCAP-31-03 exam
Question #: 60
Topic #: 6
[All PCAP-31-03 Questions]

Is it possible to safely check if a class/object has a certain attribute?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Sueann
6 days ago
Hmm, I was sure it was B) hasattr(). Looks like I need to brush up on my Python basics.
upvoted 0 times
...
Edmond
8 days ago
A) is the correct answer. The hasattr() function is the way to safely check if an object has a certain attribute.
upvoted 0 times
...
Lindsey
9 days ago
I agree with Lewis, using hasattr ( ) method is the correct way to check for attributes
upvoted 0 times
...
Lewis
15 days ago
Yes, by using the hasattr ( ) method
upvoted 0 times
...
Nobuko
16 days ago
Is it possible to safely check if a class/object has a certain attribute?
upvoted 0 times
...

Save Cancel