python-lastfm/lastfm/mixins
Abhinav Sarkar 28d4368c42 * moved object registry and register function to objectcache module
* changed the cache dict to a WeakReferenceDict for avoiding excessive memory usage
* added stats method to ObjectCache to get current stats about cache
2009-03-31 15:48:04 +00:00
..
__init__.py * converted all mixin classes to class decorator functions 2009-03-31 03:39:23 +00:00
_cacheable.py * moved object registry and register function to objectcache module 2009-03-31 15:48:04 +00:00
_chartable.py added _mixins to the classes to indicate which all attributes/methods/properties are being mixed in. 2009-03-31 15:44:18 +00:00
_searchable.py added _mixins to the classes to indicate which all attributes/methods/properties are being mixed in. 2009-03-31 15:44:18 +00:00
_sharable.py added _mixins to the classes to indicate which all attributes/methods/properties are being mixed in. 2009-03-31 15:44:18 +00:00
_shoutable.py added _mixins to the classes to indicate which all attributes/methods/properties are being mixed in. 2009-03-31 15:44:18 +00:00
_taggable.py added _mixins to the classes to indicate which all attributes/methods/properties are being mixed in. 2009-03-31 15:44:18 +00:00