| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
ResourceList
A ResourceList presents a IPython tab-completable list of resources as if they are attributes. The general form of ResourceList only presents a flat list of resources. For a ResourceList that is namespace-aware, use NSResourceList.
ResourceList can share a config with a Namespace instance, which makes them useful as views against larger pools of resources.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Not thread-safe. If ResourceList is modified during iteration, this will fail |
x.__getattribute__('name') <==> x.name
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 11 12:17:59 2013 | http://epydoc.sourceforge.net |