| Trees | Indices | Help |
|
|---|
|
|
object --+
|
util_types.Anon --+
|
NbItem
The simplest type of notebook item; this class has the minimal properties and methods to implement the notebook protocol:
mnu_caption: text for the notebook menu, e.g. "Chart"
global_name: How to find this item from the global namespace, e.g. QubX.AmpHist.plots[0].nbChart
(for script recording)
to_txt: function() -> string, returns plain-text representation of this item
Subclasses may present additional information, e.g. pictures or data series, but should
also provide to_txt for compatibility with console output.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |