|
| def | __init__ (self, settings) |
| |
| def | clear_update_listeners (self) |
| |
| def | find_keyword (self, datafile, kw_name) |
| |
| def | find_library_keyword (self, datafile, kw_name) |
| |
| def | find_resource_with_import (self, imp) |
| |
| def | find_user_keyword (self, datafile, kw_name) |
| |
| def | get_all_cached_library_names (self) |
| |
| def | get_all_keywords (self, testsuites) |
| |
| def | get_resource (self, path, directory='', report_status=True) |
| |
| def | get_resources (self, datafile) |
| |
| def | get_suggestions_for (self, controller, start) |
| |
| def | is_library_import_ok (self, datafile, imp) |
| |
| def | is_library_keyword (self, datafile, kw_name) |
| |
| def | is_user_keyword (self, datafile, kw_name) |
| |
| def | is_variables_import_ok (self, datafile, imp) |
| |
| def | keyword_details (self, datafile, name) |
| |
| def | new_resource (self, path, directory='') |
| |
| def | register_content_assist_hook (self, hook) |
| |
| def | register_update_listener (self, listener) |
| |
| def | reset_resource_and_library_cache (self) |
| |
| def | resource_filename_changed (self, old_name, new_name) |
| |
| def | set_library_manager (self, library_manager) |
| |
| def | unregister_update_listener (self, listener) |
| |
| def | update (self, *args) |
| |
| def | update_cur_dir_global_var (self, cur_dir) |
| |
| def | update_exec_dir_global_var (self, exec_dir) |
| |
Definition at line 34 of file namespace.py.
◆ __init__()
| def robotide.namespace.namespace.Namespace.__init__ |
( |
|
self, |
|
|
|
settings |
|
) |
| |
◆ _add_kw_arg_vars()
| def robotide.namespace.namespace.Namespace._add_kw_arg_vars |
( |
|
controller, |
|
|
|
variables |
|
) |
| |
|
staticprivate |
◆ _blank()
| def robotide.namespace.namespace.Namespace._blank |
( |
|
start | ) |
|
|
staticprivate |
◆ _get_default_keywords()
| def robotide.namespace.namespace.Namespace._get_default_keywords |
( |
|
self | ) |
|
|
private |
◆ _get_suggestions_from_hooks()
| def robotide.namespace.namespace.Namespace._get_suggestions_from_hooks |
( |
|
self, |
|
|
|
datafile, |
|
|
|
start |
|
) |
| |
|
private |
◆ _init_caches()
| def robotide.namespace.namespace.Namespace._init_caches |
( |
|
self | ) |
|
|
private |
◆ _keyword_suggestions()
| def robotide.namespace.namespace.Namespace._keyword_suggestions |
( |
|
self, |
|
|
|
datafile, |
|
|
|
start, |
|
|
|
ctx |
|
) |
| |
|
private |
◆ _looks_like_variable()
| def robotide.namespace.namespace.Namespace._looks_like_variable |
( |
|
start | ) |
|
|
staticprivate |
◆ _set_pythonpath()
| def robotide.namespace.namespace.Namespace._set_pythonpath |
( |
|
self | ) |
|
|
private |
Add user configured paths to PYTHONAPATH.
Definition at line 57 of file namespace.py.
◆ _setting_changed()
| def robotide.namespace.namespace.Namespace._setting_changed |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ _variable_suggestions()
| def robotide.namespace.namespace.Namespace._variable_suggestions |
( |
|
self, |
|
|
|
controller, |
|
|
|
start, |
|
|
|
ctx |
|
) |
| |
|
private |
◆ clear_update_listeners()
| def robotide.namespace.namespace.Namespace.clear_update_listeners |
( |
|
self | ) |
|
◆ find_keyword()
| def robotide.namespace.namespace.Namespace.find_keyword |
( |
|
self, |
|
|
|
datafile, |
|
|
|
kw_name |
|
) |
| |
◆ find_library_keyword()
| def robotide.namespace.namespace.Namespace.find_library_keyword |
( |
|
self, |
|
|
|
datafile, |
|
|
|
kw_name |
|
) |
| |
◆ find_resource_with_import()
| def robotide.namespace.namespace.Namespace.find_resource_with_import |
( |
|
self, |
|
|
|
imp |
|
) |
| |
◆ find_user_keyword()
| def robotide.namespace.namespace.Namespace.find_user_keyword |
( |
|
self, |
|
|
|
datafile, |
|
|
|
kw_name |
|
) |
| |
◆ get_all_cached_library_names()
| def robotide.namespace.namespace.Namespace.get_all_cached_library_names |
( |
|
self | ) |
|
◆ get_all_keywords()
| def robotide.namespace.namespace.Namespace.get_all_keywords |
( |
|
self, |
|
|
|
testsuites |
|
) |
| |
◆ get_resource()
| def robotide.namespace.namespace.Namespace.get_resource |
( |
|
self, |
|
|
|
path, |
|
|
|
directory = '', |
|
|
|
report_status = True |
|
) |
| |
◆ get_resources()
| def robotide.namespace.namespace.Namespace.get_resources |
( |
|
self, |
|
|
|
datafile |
|
) |
| |
◆ get_suggestions_for()
| def robotide.namespace.namespace.Namespace.get_suggestions_for |
( |
|
self, |
|
|
|
controller, |
|
|
|
start |
|
) |
| |
◆ is_library_import_ok()
| def robotide.namespace.namespace.Namespace.is_library_import_ok |
( |
|
self, |
|
|
|
datafile, |
|
|
|
imp |
|
) |
| |
◆ is_library_keyword()
| def robotide.namespace.namespace.Namespace.is_library_keyword |
( |
|
self, |
|
|
|
datafile, |
|
|
|
kw_name |
|
) |
| |
◆ is_user_keyword()
| def robotide.namespace.namespace.Namespace.is_user_keyword |
( |
|
self, |
|
|
|
datafile, |
|
|
|
kw_name |
|
) |
| |
◆ is_variables_import_ok()
| def robotide.namespace.namespace.Namespace.is_variables_import_ok |
( |
|
self, |
|
|
|
datafile, |
|
|
|
imp |
|
) |
| |
◆ keyword_details()
| def robotide.namespace.namespace.Namespace.keyword_details |
( |
|
self, |
|
|
|
datafile, |
|
|
|
name |
|
) |
| |
◆ new_resource()
| def robotide.namespace.namespace.Namespace.new_resource |
( |
|
self, |
|
|
|
path, |
|
|
|
directory = '' |
|
) |
| |
◆ register_content_assist_hook()
| def robotide.namespace.namespace.Namespace.register_content_assist_hook |
( |
|
self, |
|
|
|
hook |
|
) |
| |
◆ register_update_listener()
| def robotide.namespace.namespace.Namespace.register_update_listener |
( |
|
self, |
|
|
|
listener |
|
) |
| |
◆ reset_resource_and_library_cache()
| def robotide.namespace.namespace.Namespace.reset_resource_and_library_cache |
( |
|
self | ) |
|
◆ resource_filename_changed()
| def robotide.namespace.namespace.Namespace.resource_filename_changed |
( |
|
self, |
|
|
|
old_name, |
|
|
|
new_name |
|
) |
| |
◆ set_library_manager()
| def robotide.namespace.namespace.Namespace.set_library_manager |
( |
|
self, |
|
|
|
library_manager |
|
) |
| |
◆ unregister_update_listener()
| def robotide.namespace.namespace.Namespace.unregister_update_listener |
( |
|
self, |
|
|
|
listener |
|
) |
| |
◆ update()
| def robotide.namespace.namespace.Namespace.update |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ update_cur_dir_global_var()
| def robotide.namespace.namespace.Namespace.update_cur_dir_global_var |
( |
|
self, |
|
|
|
cur_dir |
|
) |
| |
◆ update_exec_dir_global_var()
| def robotide.namespace.namespace.Namespace.update_exec_dir_global_var |
( |
|
self, |
|
|
|
exec_dir |
|
) |
| |
◆ _content_assist_hooks
| robotide.namespace.namespace.Namespace._content_assist_hooks |
|
private |
◆ _context_factory
| robotide.namespace.namespace.Namespace._context_factory |
|
private |
◆ _lib_cache
| robotide.namespace.namespace.Namespace._lib_cache |
|
private |
◆ _library_manager
| robotide.namespace.namespace.Namespace._library_manager |
|
private |
◆ _resource_factory
| robotide.namespace.namespace.Namespace._resource_factory |
|
private |
◆ _retriever
| robotide.namespace.namespace.Namespace._retriever |
|
private |
◆ _settings
| robotide.namespace.namespace.Namespace._settings |
|
private |
◆ _update_listeners
| robotide.namespace.namespace.Namespace._update_listeners |
|
private |
The documentation for this class was generated from the following file: