Definition at line 499 of file namespace.py.
◆ __init__()
| def robot.running.namespace.KeywordRecommendationFinder.__init__ |
( |
|
self, |
|
|
|
user_keywords, |
|
|
|
libraries, |
|
|
|
resources |
|
) |
| |
◆ _get_all_handler_names()
| def robot.running.namespace.KeywordRecommendationFinder._get_all_handler_names |
( |
|
self | ) |
|
|
private |
Return a list of (library_name, handler_name) tuples.
Definition at line 529 of file namespace.py.
◆ _get_candidates()
| def robot.running.namespace.KeywordRecommendationFinder._get_candidates |
( |
|
self, |
|
|
|
use_full_name |
|
) |
| |
|
private |
◆ format_recommendations()
| def robot.running.namespace.KeywordRecommendationFinder.format_recommendations |
( |
|
message, |
|
|
|
recommendations |
|
) |
| |
|
static |
◆ recommend_similar_keywords()
| def robot.running.namespace.KeywordRecommendationFinder.recommend_similar_keywords |
( |
|
self, |
|
|
|
name, |
|
|
|
message |
|
) |
| |
Return keyword names similar to name.
Definition at line 507 of file namespace.py.
◆ libraries
| robot.running.namespace.KeywordRecommendationFinder.libraries |
◆ resources
| robot.running.namespace.KeywordRecommendationFinder.resources |
◆ user_keywords
| robot.running.namespace.KeywordRecommendationFinder.user_keywords |
The documentation for this class was generated from the following file: