]> granicus.if.org Git - python/commit
Issue 1416. Add getter, setter, deleter methods to properties that can be
authorGuido van Rossum <guido@python.org>
Sat, 10 Nov 2007 22:12:24 +0000 (22:12 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 10 Nov 2007 22:12:24 +0000 (22:12 +0000)
commitd1ef78942adedbb0d3483b43911038a44a77ad4d
tree87a53f3589ff9430c8c09b538ce70dd1745f3e85
parentd3ffd341b8370f0bd134ecc6c1b634a12f35446d
Issue 1416.  Add getter, setter, deleter methods to properties that can be
used as decorators to create fully-populated properties.
Lib/test/test_descr.py
Objects/descrobject.c