comparison README.txt @ 9:ff634cc2e62b

unfinished sketch of an abstract factory
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 May 2011 18:14:56 -0700
parents 4d3ea44fd813
children db095765807d
comparison
equal deleted inserted replaced
8:4d3ea44fd813 9:ff634cc2e62b
60 'kwargs': {'type': 'concatenate'}, 60 'kwargs': {'type': 'concatenate'},
61 'path': '/location/of/ini/file/some/path.py:MyObject'}} 61 'path': '/location/of/ini/file/some/path.py:MyObject'}}
62 62
63 ``args`` is extended. ``kwargs`` will be overridden. 63 ``args`` is extended. ``kwargs`` will be overridden.
64 64
65 - wrappers: 65 - wrappers: in addition to the override pattern, you can also wrap an
66 object::
67
68 [foo:bar:baz]
66 69
67 In addition, .ini files may include other .ini files. This allows for 70 In addition, .ini files may include other .ini files. This allows for
68 encapsulation of intent of specific .ini files:: 71 encapsulation of intent of specific .ini files::
69 72
70 [include:%(here)s/some/file.ini] 73 [include:%(here)s/some/file.ini]