Mercurial > hg > pyloader
changeset 39:db095765807d
update decorator syntax
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 07 Jun 2011 22:08:57 -0700 |
parents | f6616a5f468f |
children | 0b2019d0af98 |
files | README.txt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Tue Jun 07 19:17:21 2011 -0700 +++ b/README.txt Tue Jun 07 22:08:57 2011 -0700 @@ -67,6 +67,15 @@ [foo:bar:baz] + This will create an object, ``foo`` which wraps the object ``baz`` in + by the pattern given by ``bar``. In this case, ``bar`` is provided + a special variable, `%(app)s`. + + You can also do:: + + [foo:bar:hi,hello,x=1,y=2:%(here)/objects.py:MyClass] + + In addition, .ini files may include other .ini files. This allows for encapsulation of intent of specific .ini files::