|
| def | __init__ (self, variables, suite, resource, languages) |
| |
| def | end_suite (self, suite) |
| |
| def | end_test (self) |
| |
| def | end_user_keyword (self) |
| |
| def | get_library_instance (self, libname) |
| |
| def | get_library_instances (self) |
| |
| def | get_runner (self, name, recommend_on_failure=True) |
| |
| def | handle_imports (self) |
| |
| def | import_library (self, name, args=(), alias=None, notify=True) |
| |
| def | import_resource (self, name, overwrite=True) |
| |
| def | import_variables (self, name, args, overwrite=False) |
| |
| def | reload_library (self, libname_or_instance) |
| |
| def | set_search_order (self, new_order) |
| |
| def | start_suite (self) |
| |
| def | start_test (self) |
| |
| def | start_user_keyword (self) |
| |
|
| def | _handle_imports (self, import_settings) |
| |
| def | _import (self, import_setting) |
| |
| def | _import_default_libraries (self) |
| |
| def | _import_library (self, import_setting, notify=True) |
| |
| def | _import_resource (self, import_setting, overwrite=False) |
| |
| def | _import_variables (self, import_setting, overwrite=False) |
| |
| def | _is_import_by_path (self, import_type, path) |
| |
| def | _raise_replacing_vars_failed (self, setting, error) |
| |
| def | _resolve_args (self, import_setting) |
| |
| def | _resolve_name (self, setting) |
| |
| def | _validate_not_importing_init_file (self, path) |
| |
| def | libraries (self) |
| |
Definition at line 37 of file namespace.py.
◆ __init__()
| def robot.running.namespace.Namespace.__init__ |
( |
|
self, |
|
|
|
variables, |
|
|
|
suite, |
|
|
|
resource, |
|
|
|
languages |
|
) |
| |
◆ _handle_imports()
| def robot.running.namespace.Namespace._handle_imports |
( |
|
self, |
|
|
|
import_settings |
|
) |
| |
|
private |
◆ _import()
| def robot.running.namespace.Namespace._import |
( |
|
self, |
|
|
|
import_setting |
|
) |
| |
|
private |
◆ _import_default_libraries()
| def robot.running.namespace.Namespace._import_default_libraries |
( |
|
self | ) |
|
|
private |
◆ _import_library()
| def robot.running.namespace.Namespace._import_library |
( |
|
self, |
|
|
|
import_setting, |
|
|
|
notify = True |
|
) |
| |
|
private |
◆ _import_resource()
| def robot.running.namespace.Namespace._import_resource |
( |
|
self, |
|
|
|
import_setting, |
|
|
|
overwrite = False |
|
) |
| |
|
private |
◆ _import_variables()
| def robot.running.namespace.Namespace._import_variables |
( |
|
self, |
|
|
|
import_setting, |
|
|
|
overwrite = False |
|
) |
| |
|
private |
◆ _is_import_by_path()
| def robot.running.namespace.Namespace._is_import_by_path |
( |
|
self, |
|
|
|
import_type, |
|
|
|
path |
|
) |
| |
|
private |
◆ _raise_replacing_vars_failed()
| def robot.running.namespace.Namespace._raise_replacing_vars_failed |
( |
|
self, |
|
|
|
setting, |
|
|
|
error |
|
) |
| |
|
private |
◆ _resolve_args()
| def robot.running.namespace.Namespace._resolve_args |
( |
|
self, |
|
|
|
import_setting |
|
) |
| |
|
private |
◆ _resolve_name()
| def robot.running.namespace.Namespace._resolve_name |
( |
|
self, |
|
|
|
setting |
|
) |
| |
|
private |
◆ _validate_not_importing_init_file()
| def robot.running.namespace.Namespace._validate_not_importing_init_file |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ end_suite()
| def robot.running.namespace.Namespace.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.running.namespace.Namespace.end_test |
( |
|
self | ) |
|
◆ end_user_keyword()
| def robot.running.namespace.Namespace.end_user_keyword |
( |
|
self | ) |
|
◆ get_library_instance()
| def robot.running.namespace.Namespace.get_library_instance |
( |
|
self, |
|
|
|
libname |
|
) |
| |
◆ get_library_instances()
| def robot.running.namespace.Namespace.get_library_instances |
( |
|
self | ) |
|
◆ get_runner()
| def robot.running.namespace.Namespace.get_runner |
( |
|
self, |
|
|
|
name, |
|
|
|
recommend_on_failure = True |
|
) |
| |
◆ handle_imports()
| def robot.running.namespace.Namespace.handle_imports |
( |
|
self | ) |
|
◆ import_library()
| def robot.running.namespace.Namespace.import_library |
( |
|
self, |
|
|
|
name, |
|
|
|
args = (), |
|
|
|
alias = None, |
|
|
|
notify = True |
|
) |
| |
◆ import_resource()
| def robot.running.namespace.Namespace.import_resource |
( |
|
self, |
|
|
|
name, |
|
|
|
overwrite = True |
|
) |
| |
◆ import_variables()
| def robot.running.namespace.Namespace.import_variables |
( |
|
self, |
|
|
|
name, |
|
|
|
args, |
|
|
|
overwrite = False |
|
) |
| |
◆ libraries()
| def robot.running.namespace.Namespace.libraries |
( |
|
self | ) |
|
|
private |
◆ reload_library()
| def robot.running.namespace.Namespace.reload_library |
( |
|
self, |
|
|
|
libname_or_instance |
|
) |
| |
◆ set_search_order()
| def robot.running.namespace.Namespace.set_search_order |
( |
|
self, |
|
|
|
new_order |
|
) |
| |
◆ start_suite()
| def robot.running.namespace.Namespace.start_suite |
( |
|
self | ) |
|
◆ start_test()
| def robot.running.namespace.Namespace.start_test |
( |
|
self | ) |
|
◆ start_user_keyword()
| def robot.running.namespace.Namespace.start_user_keyword |
( |
|
self | ) |
|
◆ _default_libraries
| robot.running.namespace.Namespace._default_libraries |
|
staticprivate |
◆ _imported_variable_files
| robot.running.namespace.Namespace._imported_variable_files |
|
private |
◆ _imports
| robot.running.namespace.Namespace._imports |
|
private |
◆ _kw_store
| robot.running.namespace.Namespace._kw_store |
|
private |
◆ _library_import_by_path_ends
| robot.running.namespace.Namespace._library_import_by_path_ends |
|
staticprivate |
◆ _running_test
| robot.running.namespace.Namespace._running_test |
|
private |
◆ _suite_name
| robot.running.namespace.Namespace._suite_name |
|
private |
◆ _variables_import_by_path_ends
| robot.running.namespace.Namespace._variables_import_by_path_ends |
|
staticprivate |
◆ languages
| robot.running.namespace.Namespace.languages |
◆ variables
| robot.running.namespace.Namespace.variables |
◆ libraries
| robot.running.namespace.Namespace.libraries = property |
|
static |
The documentation for this class was generated from the following file: