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


Groups > comp.lang.python > #53422

What does mean @ sign in first of statement

Subject What does mean @ sign in first of statement
From Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date 2013-09-01 23:23 +0430
Newsgroups comp.lang.python
Message-ID <mailman.453.1378061648.19984.python-list@python.org> (permalink)

Show all headers | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web