0 votes
in Python by
If a property named temp is defined in a class, which of the following decorator statement is required for setting the temp attribute?

a) @temp.setter   

b) @temp.set

c) @property.setter.temp

d) @property.set.temp

1 Answer

0 votes
by

a) @temp.setter  

Related questions

0 votes
asked Jun 30, 2020 in Python by GeorgeBell
0 votes
asked Jan 11, 2021 in Python by SakshiSharma
...