7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
#name : Create @property function
|
|
# --
|
|
@property
|
|
def $1(self):
|
|
return self._$1
|
|
$0
|