Package qubx :: Module notebook :: Class NbTargetRec
[hide private]
[frames] | no frames]

Class NbTargetRec

source code

     object --+    
              |    
util_types.Anon --+
                  |
                 NbTargetRec

Info about one registered notebook target:

target_id: short string to identify target in code caption: user-visible name of target menu_caption: shortened user-visible name, for menus controls: gtk.Widget or None; additional gui elements target: NbTarget

Instance Methods [hide private]

Inherited from util_types.Anon: __getattr__, __init__, __repr__, __str__, clone

Inherited from util_types.Anon (private): _find_arg_dicts, _str_indent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__