Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53422 > unrolled thread

What does mean @ sign in first of statement

Started byMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
First post2013-09-01 23:23 +0430
Last post2013-09-01 23:23 +0430
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  What does mean @ sign in first of statement Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-01 23:23 +0430

#53422 — What does mean @ sign in first of statement

FromMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date2013-09-01 23:23 +0430
SubjectWhat 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web