• Corsi
  • Compilatore di codice
  • Discuti
  • Prezzi
  • Squadre
Menu

Discussioni Q&A

@property and <bound method> question
pythonpython3
12 Voti
5 Risposte
27th Nov 2017, 4:47 AM
David Ashton
David Ashton - avatar
setter & getter vs @property
@propertysetter&getter
1 Voto
1 Risposta
4th Jan 2018, 6:34 AM
Aranya Akash Mandal
Aranya Akash Mandal - avatar
2 Quanstions about @property of Class
propertiespython
-1 Voto
1 Risposta
11th Apr 2019, 12:15 AM
Joe Lishuai Lin
Joe Lishuai Lin - avatar
How to use @property in Python 3
decoratorspython3
1 Voto
1 Risposta
7th Mar 2019, 8:22 AM
Eduardo Perez Regin
Eduardo Perez Regin - avatar
Why is .getter needed if @property already defines a "getter" method?
getterpropertiespython
4 Voti
1 Risposta
23rd Oct 2016, 9:09 AM
Jose Luis de la Rosa
Jose Luis de la Rosa - avatar
in python, what's the difference between using @property and using __variable for read-only?
propertiespythonpython3
0 Voti
2 Risposte
14th Oct 2019, 9:17 PM
Lucho 23
Lucho 23 - avatar
class Person: def __init__(self, name): self._name = name @property def name(self): return self._name
python3
-2 Voti
2 Risposte
1st Dec 2020, 7:22 AM
S8tanGaming_YT
S8tanGaming_YT - avatar
Is it possible to assign multiple parameters to a method with @property decoration?
propertiespython
0 Voti
1 Risposta
7th Feb 2017, 2:33 PM
Kayode Benjamin Adekanye
Kayode Benjamin Adekanye - avatar
Help again again
@propertyagainhelpme
0 Voti
4 Risposte
8th Jul 2023, 1:16 PM
Podle Playz
Podle Playz - avatar
What's wrong with this code
@propertyooppythonwhy/
1 Voto
3 Risposte
25th Jun 2018, 7:26 AM
Hồng Vĩ
Hồng Vĩ - avatar
What this @proportey does ? Why this is ?
@propertyproblempropertypythonpython3
-1 Voto
1 Risposta
15th Jul 2021, 7:57 AM
UnTentetive
Popolare oggi
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Help
1 Votes
Data analysis
0 Votes
Course Doubt
1 Votes
Lesson Takeaways
0 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
How do i make a lexer and parser
1 Votes
Order of AI courses
0 Votes