property() type that only protects set?

Brad Clements bkc at Murkworks.com
Tue Apr 9 16:38:58 EDT 2002


Anyone have an implementation of property() that doesn't require a getter,
only a setter (and optional del)

I only need to protect set operations, and want to allow get to go straight
to __dict__

(or object when I'm using slots)


--
Novell DeveloperNet Sysop #5

_




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----



More information about the Python-list mailing list