Trees | Indices | Help |
|
---|
|
object --+ | util_types.Anon --+ | NbItem --+ | NbItems
A bundle of related notebook items; e.g. "All Charts". Each item in items is an instance of NbItem or a subclass.
>>> if isinstance(myNbItem, NbItems): ... for item in myNbItem: ... print item
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |