git.fiddlerwoaroof.com
Browse code

Update README.markdown

fiddlerwoaroof authored on 03/03/2012 23:41:09
Showing 1 changed files
... ...
@@ -6,6 +6,7 @@
6 6
 - [lazy_attributes.py](lazy_attributes.py) a python class for lazy loading attributes
7 7
 - [memoize_and_partialfuncs.py](memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions
8 8
 - [piecewise_function.py](piecewise_function.py) a better implementation of piecewise functions
9
+- <registry.py> an implementation of a registry pattern that allows the registered objects to be registered either by a "with" statement or a function call
9 10
 
10 11
 
11 12
 All code is under the Apache Licence 2.0
12 13
\ No newline at end of file