Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53422 > unrolled thread
| Started by | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| First post | 2013-09-01 23:23 +0430 |
| Last post | 2013-09-01 23:23 +0430 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
What does mean @ sign in first of statement Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-01 23:23 +0430
| From | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| Date | 2013-09-01 23:23 +0430 |
| Subject | What does mean @ sign in first of statement |
| Message-ID | <mailman.453.1378061648.19984.python-list@python.org> |
Dear all, What does mean @ sign in first of statement such as: ////////////////////// @hybrid_property def fullname(self): return self.firstname + " " + self.lastname /////////////////// Sorry for cheap question. Yours, Mohsen
Back to top | Article view | comp.lang.python
csiph-web