Package pytilities
source code
Root of pytilities, various utilities
Web site: http://pytilities.sourceforge.net/
Project site with svn, ...: http://sourceforge.net/projects/pytilities/
Releases: TODO (PyPI link)
Features:
- delegation: decorate classes with attributes that are delegated to a
target object without having to write those attributes on the decorating
class
- event dispatching: Observer/Listener like event dispatching with wrappers
for hiding events on dispatchers and combining dispatchers
- function overloading
- various: a NumberType (anything numeric), a mangle function, ...
Classes:
- `AttributeCollection`: Abstract, represents a collection of attributes.
- `AttributeCollectionBase`: Mixin, allows easy extension of class attributes
- `Stringifiable`: Mixin, provides a reasonable default __str__
Functions:
- `mangle`: Get the mangled name of an attribute
|
__package__ = ' pytilities '
|