envisage.plugins.python_shell.view.namespace_view module
A view containing the contents of a Python shell namespace.
-
class envisage.plugins.python_shell.view.namespace_view.NamespaceView[source]
Bases: View
A view containing the contents of the Python shell namespace.
-
create_control(parent)[source]
Creates the toolkit-specific control that represents the view.
‘parent’ is the toolkit-specific control that is the view’s parent.
-
envisage.plugins.python_shell.view.namespace_view.module_to_str(obj)[source]
Return the string representation of obj’s __module__ attribute, or
an empty string if there is no such attribute.
-
envisage.plugins.python_shell.view.namespace_view.type_to_str(obj)[source]
Make a string out obj’s type robustly.