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