| Trees | Indices | Help |
|
|---|
|
|
A namespace which dynamically reflects the currently active plugins. This forms the global namespace inside the ipython interpreter shell. There are some special variables prepopulated: - plugins: A PluginRunnerContainer that users can use to see which plugins are active. - session: A reference to the current session.
| Instance Methods | |||
new empty dictionary |
|
||
|
|||
|
|||
| list of D's keys |
|
||
|
|||
| D[k] if k in D, else d |
|
||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
iter(x)
|
del x[y]
|
|
x[y]
|
d defaults to None.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:27 2017 | http://epydoc.sourceforge.net |