mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merged revisions 66906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66906 | benjamin.peterson | 2008-10-15 16:58:46 -0500 (Wed, 15 Oct 2008) | 1 line add a much requested newline ........
This commit is contained in:
parent
38e46fc628
commit
d586c4ed2b
1 changed files with 2 additions and 1 deletions
|
@ -908,7 +908,8 @@ available. They are listed here in alphabetical order.
|
|||
best explained with an example::
|
||||
|
||||
class C(object):
|
||||
def __init__(self): self._x = None
|
||||
def __init__(self):
|
||||
self._x = None
|
||||
|
||||
@property
|
||||
def x(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue