Kursy
Zaloguj się
Zacznij uczyć się AI
Kursy
Zaloguj się
Zacznij uczyć się AI
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
@property and <bound method> question
python
python3
12 głosów
5 odpowiedzi
27th Nov 2017, 4:47 AM
David Ashton
setter & getter vs @property
@property
setter&getter
1 Głos
1 Odpowiedź
4th Jan 2018, 6:34 AM
Aranya Akash Mandal
2 Quanstions about @property of Class
properties
python
-1 Głos
1 Odpowiedź
11th Apr 2019, 12:15 AM
Joe Lishuai Lin
How to use @property in Python 3
decorators
python3
1 Głos
1 Odpowiedź
7th Mar 2019, 8:22 AM
Eduardo Perez Regin
Why is .getter needed if @property already defines a "getter" method?
getter
properties
python
4 głosów
1 Odpowiedź
23rd Oct 2016, 9:09 AM
Jose Luis de la Rosa
in python, what's the difference between using @property and using __variable for read-only?
properties
python
python3
0 głosów
2 odpowiedzi
14th Oct 2019, 9:17 PM
Lucho 23
class Person: def __init__(self, name): self._name = name @property def name(self): return self._name
python3
-2 głosów
2 odpowiedzi
1st Dec 2020, 7:22 AM
S8tanGaming_YT
Is it possible to assign multiple parameters to a method with @property decoration?
properties
python
0 głosów
1 Odpowiedź
7th Feb 2017, 2:33 PM
Kayode Benjamin Adekanye
Help again again
@property
again
helpme
0 głosów
4 odpowiedzi
8th Jul 2023, 1:16 PM
Podle Playz
What's wrong with this code
@property
oop
python
why/
1 Głos
3 odpowiedzi
25th Jun 2018, 7:26 AM
Hồng Vĩ
What this @proportey does ? Why this is ?
@property
problem
property
python
python3
-1 Głos
1 Odpowiedź
15th Jul 2021, 7:57 AM
UnTentetive
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes