Package user_functions :: Module objects :: Class Class_container
[hide private]
[frames] | no frames]

Class Class_container

source code

This class is used to process and store all of the user function class information.

Instance Methods [hide private]
 
__init__(self)
Initialise all the data.
source code
 
__setattr__(self, name, value)
Override the class __setattr__ method.
source code
Class Variables [hide private]
  __mod_attr__ = ['title', 'menu_text', 'gui_icon']
Instance Variables [hide private]
str or None gui_icon
The code for the icon to use in the GUI.
str menu_text
The text to use for the GUI menu entry.
str title
The user function class description.
Method Details [hide private]

__setattr__(self, name, value)

source code 

Override the class __setattr__ method.

Parameters:
  • name (str) - The name of the attribute to modify.
  • value (anything) - The new value of the attribute.