.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: itab_item .. class:: alert alert-info pull-top .. contents:: *Module:* `itab_item.py `_ API ====================================================================================== No description. *Imports:* ------------ - `__future__.absolute_import `_ *Class:* `ITabItem(object) `_ ---------------------------------------------------------------------------------------------------------------------------------- .. code:: python class ITabItem(object): No description. *Attributes* ~~~~~~~~~~~~~~ - `EXTRA_MENU [at ln:22] `_ - `ID [at ln:38] `_ - `_id [at ln:34] `_ - `_parentTab [at ln:28] `_ - `wasModified [at ln:26] `_ *Function:* `__eq__(path) [at ln:41] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __eq__(path): | Compares if the path (str) received is equal to the id ---- *Function:* `__init__() [at ln:24] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `add_extra_menu(cls, menu, lang=str) [at ln:45] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def add_extra_menu(cls, menu, lang=str): No description. **Decorators:** - *classmethod* ---- *Function:* `get_id() [at ln:30] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def get_id(): No description. ---- *Function:* `set_id(id_) [at ln:33] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def set_id(id_): No description.