Robot Framework Integrated Development Environment (RIDE)
robotide.controller.basecontroller.WithNamespace Class Reference
Inheritance diagram for robotide.controller.basecontroller.WithNamespace:
robotide.controller.filecontrollers.ExcludedDirectoryController robotide.controller.filecontrollers._DataController robotide.controller.project.Project robotide.controller.filecontrollers.ResourceFileController robotide.controller.filecontrollers.TestCaseFileController robotide.controller.filecontrollers.TestDataDirectoryController

Public Member Functions

def clear_namespace_update_listeners (self)
 
def get_all_cached_library_names (self)
 
def get_all_keywords_from (self, *datafiles)
 
def get_namespace (self)
 
def is_library_import_ok (self, imp)
 
def is_library_keyword (self, datafile, value)
 
def is_user_keyword (self, datafile, value)
 
def is_variables_import_ok (self, imp)
 
def keyword_info (self, datafile, keyword_name)
 
def register_for_namespace_updates (self, listener)
 
def unregister_namespace_updates (self, listener)
 
def update_namespace (self)
 

Private Member Functions

def _set_namespace (self, namespace)
 
def _set_namespace_from (self, controller)
 

Static Private Attributes

 _namespace
 

Detailed Description

Definition at line 83 of file basecontroller.py.

Member Function Documentation

◆ _set_namespace()

def robotide.controller.basecontroller.WithNamespace._set_namespace (   self,
  namespace 
)
private

Reimplemented in robotide.controller.project.Project.

Definition at line 92 of file basecontroller.py.

◆ _set_namespace_from()

def robotide.controller.basecontroller.WithNamespace._set_namespace_from (   self,
  controller 
)
private

Definition at line 89 of file basecontroller.py.

◆ clear_namespace_update_listeners()

def robotide.controller.basecontroller.WithNamespace.clear_namespace_update_listeners (   self)

Definition at line 113 of file basecontroller.py.

◆ get_all_cached_library_names()

def robotide.controller.basecontroller.WithNamespace.get_all_cached_library_names (   self)

Definition at line 125 of file basecontroller.py.

◆ get_all_keywords_from()

def robotide.controller.basecontroller.WithNamespace.get_all_keywords_from (   self,
datafiles 
)

Definition at line 122 of file basecontroller.py.

◆ get_namespace()

def robotide.controller.basecontroller.WithNamespace.get_namespace (   self)

Definition at line 95 of file basecontroller.py.

◆ is_library_import_ok()

def robotide.controller.basecontroller.WithNamespace.is_library_import_ok (   self,
  imp 
)

Definition at line 131 of file basecontroller.py.

◆ is_library_keyword()

def robotide.controller.basecontroller.WithNamespace.is_library_keyword (   self,
  datafile,
  value 
)

Definition at line 119 of file basecontroller.py.

◆ is_user_keyword()

def robotide.controller.basecontroller.WithNamespace.is_user_keyword (   self,
  datafile,
  value 
)

Definition at line 116 of file basecontroller.py.

◆ is_variables_import_ok()

def robotide.controller.basecontroller.WithNamespace.is_variables_import_ok (   self,
  imp 
)

Definition at line 134 of file basecontroller.py.

◆ keyword_info()

def robotide.controller.basecontroller.WithNamespace.keyword_info (   self,
  datafile,
  keyword_name 
)

Definition at line 128 of file basecontroller.py.

◆ register_for_namespace_updates()

def robotide.controller.basecontroller.WithNamespace.register_for_namespace_updates (   self,
  listener 
)

Definition at line 103 of file basecontroller.py.

◆ unregister_namespace_updates()

def robotide.controller.basecontroller.WithNamespace.unregister_namespace_updates (   self,
  listener 
)

Definition at line 108 of file basecontroller.py.

◆ update_namespace()

def robotide.controller.basecontroller.WithNamespace.update_namespace (   self)

Definition at line 98 of file basecontroller.py.

Member Data Documentation

◆ _namespace

robotide.controller.basecontroller.WithNamespace._namespace
staticprivate

Definition at line 87 of file basecontroller.py.


The documentation for this class was generated from the following file: