| Trees | Indices | Help |
|
|---|
|
|
A simple structure class, taking keyword args and assigning them to attributes.
For instance:
s = Struct(foo='a',bar=1) >>> s.foo 'a' >>> s.bar 1
From http://www.norvig.com/python-iaq.html
|
|||
|
|||
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:39 2010 | http://epydoc.sourceforge.net |