Context that supports iteration/inspection of contents
Methods
|
|
__iter__
info
items
keys
|
|
__iter__
|
__iter__ ()
Return an iterator of the names present in the context
|
|
info
|
info ()
Return a sequence of (name,boundState) pairs
|
|
items
|
items ()
Return a sequence of (name,boundItem) pairs
|
|
keys
|
keys ()
Return a sequence of the names present in the context
|
|