ASPN ActiveState Programmer Network  
ActiveState, a division of Sophos
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups
 

Advertise Jobs

Search in "Python Cookbook"

Your search for property produced 79 results.
The percentage sign indicates the relevancy of your search term to the results.

1-21 | 21-41 | 41-61 | 61-79
Next 20 >

100%  Python Cookbook -- Getting the data dropped on a window (Valentino Volonghi)
Using pygtk and glade you can easily write all you need to provide a log text buffer to output the ...
Modified: Dec 1 2004 4:00
100%  Python Cookbook -- combining GUIs and asynchronous I/O with threads and pygtk (Pierrre Amadio)
You need to access socket, serial ports, or other asynchronous but blocking I/O sources while ...
Modified: Apr 10 2005 8:36
27%  Python Cookbook -- Automating simple property creation (Sean Ross)
The following are a set of functions for creating simple properties - like Ruby's attr_reader, ...
Modified: Sep 7 2003 4:49
23%  Python Cookbook -- using inner classes for properties (Steven Bethard)
This recipe allows you to declare properties as inner classes. It's based combining a class-based ...
Modified: Oct 17 2005 9:38
21%  Python Cookbook -- Delphi-like property class for Python 2.2 (Yakov Markovitch)
"property", a very nice new Python 2.2 feature that allows to specify per-attribute ...
Modified: Jan 28 2002 10:07
21%  Python Cookbook -- Variant of property() allowing one function to be used for multiple attributes. (Raymond Hettinger)
Saves the name of the managed attribute and uses the saved name in calls to the getter, setter, or ...
Modified: Jun 12 2003 7:43
21%  Python Cookbook -- A tidy property idiom (Sean Ross)
This recipe suggests an idiom for property creation that avoids cluttering the class space with ...
Modified: Aug 1 2003 2:57
21%  Python Cookbook -- Combining simple and specific property creation (Sean Ross)
This recipe provides a function that will automate simple property creation, while allowing its ...
Modified: Nov 28 2003 1:16
21%  Python Cookbook -- Lazy property evaluation (Scott David Daniels)
Lazy properties can be easily built in Python 2.4 -- properties whose value may require some effort ...
Modified: Jan 18 2005 1:59
21%  Python Cookbook -- Property decorator for python 2.4 (George Sakkis)
This recipe refines an older recipe on creating class properties ...
Modified: Apr 25 2005 11:32
21%  Python Cookbook -- Property shortcut (Louis RIVIERE)
This property shortcut doesn't restrict the property's attributes to get, set, del and ...
Modified: Feb 21 2007 10:15
20%  Python Cookbook -- Declaring properties and checking typos (Dirk Krause)
Script that raises an error when you didn't declare a property in the __init__ method.
Modified: Nov 8 2001 1:30
18%  Python Cookbook -- late-binding properties: allowing subclasses to override getters and setters (Steven Bethard)
This recipe provides a LateBindingProperty callable which allows the getter and setter methods ...
Modified: Apr 1 2005 1:17
18%  Python Cookbook -- using inner classes for transparent extensions to your class (Charles Josephs)
inspired by Steven Bethard's recipe at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/44241...
Modified: Nov 17 2005 4:28
18%  Python Cookbook -- Proposal for a standard "winreg" module. (Stephen Chappell)
This module provides an advanced, easy-to-use API for accessing and mutating the Microsoft Windows ...
Modified: Mar 2 2007 3:55
16%  Python Cookbook -- Trees and more trees (Gonçalo Rodrigues)
This is a module with pure Python implementations of binary and generalized (multi-node) trees.
Modified: Jun 27 2002 11:43
16%  Python Cookbook -- CSV to XML with configuration (Dave Pawson)
uses a python csv package, but adds configuration file, so that the document, row and field tags ...
Modified: Oct 25 2002 3:54
16%  Python Cookbook -- Rebind class properties (Shekhar Tiwatne)
Sometimes you define properties in base class and override the getter setter methods in derived ...
Modified: Dec 17 2005 9:26
16%  Python Cookbook -- attrview(): dict-style access to attributes (Greg Falcon)
This class wraps any object, and allows accessing and modifying that object's properties using the ...
Modified: Feb 21 2007 3:49
13%  Python Cookbook -- SMAWK totally monotone matrix searching algorithm (David Eppstein)
This algorithm takes as input a function for computing matrix values, and searches for the position ...
Modified: Mar 17 2002 6:04
Next 20 >


 
Privacy Policy | Email Opt-out | Feedback | Syndication
© 2006 ActiveState Software Inc. All rights reserved.