Package qm :: Package test :: Package web :: Module web :: Class Item
[hide private]
[frames] | no frames]

Class Item
source code

An 'Item' provides a convenient way to pass around named values. It is iterated over in listings generated by various dtml templates.

Instance Methods [hide private]
  __init__(self, id, **kwds)
Construct a new 'Item'.

Method Details [hide private]

__init__(self, id, **kwds)
(Constructor)

source code 

Construct a new 'Item'.

'id' -- The identifier.

'kwds' -- A dictionary of named values to store.