|
| | regexp = re.compile("\s*(given|when|then|and|but)\s*(.*)", re.IGNORECASE) |
| |
Definition at line 573 of file namespace.py.
◆ __init__()
| def robotide.namespace.namespace._Keywords.__init__ |
( |
|
self, |
|
|
|
keywords |
|
) |
| |
◆ _add_embedded()
| def robotide.namespace.namespace._Keywords._add_embedded |
( |
|
self, |
|
|
|
kw |
|
) |
| |
|
private |
◆ _add_keyword()
| def robotide.namespace.namespace._Keywords._add_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
|
private |
◆ _add_keywords()
| def robotide.namespace.namespace._Keywords._add_keywords |
( |
|
self, |
|
|
|
keywords |
|
) |
| |
|
private |
◆ _get_bdd_name()
| def robotide.namespace.namespace._Keywords._get_bdd_name |
( |
|
self, |
|
|
|
kw_name |
|
) |
| |
|
private |
◆ get()
| def robotide.namespace.namespace._Keywords.get |
( |
|
self, |
|
|
|
kw_name |
|
) |
| |
◆ embedded_keywords
| robotide.namespace.namespace._Keywords.embedded_keywords |
◆ keywords
| robotide.namespace.namespace._Keywords.keywords |
◆ regexp
| robotide.namespace.namespace._Keywords.regexp = re.compile("\s*(given|when|then|and|but)\s*(.*)", re.IGNORECASE) |
|
static |
The documentation for this class was generated from the following file: