mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
added stuff about properties
This commit is contained in:
@@ -30,6 +30,14 @@ body{counter-reset:h1 18}
|
||||
<li><a href=http://docs.python.org/reference/compound_stmts.html#function>Function Definitions</a> in the official Python documentation
|
||||
</ul>
|
||||
|
||||
<p>Properties:
|
||||
|
||||
<ul>
|
||||
<li><a href=http://adam.gomaa.us/blog/2008/aug/11/the-python-property-builtin/>The Python <code>property</code> builtin</a>
|
||||
<li><a href=http://tomayko.com/writings/getters-setters-fuxors>Getters/Setters/Fuxors</a>
|
||||
<li><a href=http://docs.python.org/library/functions.html#property><code>property()</code> function</a>
|
||||
</ul>
|
||||
|
||||
<p>Descriptors:
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user