Definition at line 33 of file match.py.
◆ __init__()
| def robotide.lib.robot.utils.match.Matcher.__init__ |
( |
|
self, |
|
|
|
pattern, |
|
|
|
ignore = (), |
|
|
|
caseless = True, |
|
|
|
spaceless = True, |
|
|
|
regexp = False |
|
) |
| |
◆ __nonzero__()
| def robotide.lib.robot.utils.match.Matcher.__nonzero__ |
( |
|
self | ) |
|
◆ _compile()
| def robotide.lib.robot.utils.match.Matcher._compile |
( |
|
self, |
|
|
|
pattern, |
|
|
|
regexp = False |
|
) |
| |
|
private |
◆ match()
| def robotide.lib.robot.utils.match.Matcher.match |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ match_any()
| def robotide.lib.robot.utils.match.Matcher.match_any |
( |
|
self, |
|
|
|
strings |
|
) |
| |
◆ _normalize
| robotide.lib.robot.utils.match.Matcher._normalize |
|
private |
◆ _regexp
| robotide.lib.robot.utils.match.Matcher._regexp |
|
private |
◆ pattern
| robotide.lib.robot.utils.match.Matcher.pattern |
The documentation for this class was generated from the following file: