|
| def | __init__ (self, patterns=None, ignore=(), caseless=True, spaceless=True, match_if_no_patterns=False, regexp=False) |
| |
| def | __iter__ (self) |
| |
| def | __len__ (self) |
| |
| def | match (self, string) |
| |
| def | match_any (self, strings) |
| |
Definition at line 53 of file match.py.
◆ __init__()
| def robot.utils.match.MultiMatcher.__init__ |
( |
|
self, |
|
|
|
patterns = None, |
|
|
|
ignore = (), |
|
|
|
caseless = True, |
|
|
|
spaceless = True, |
|
|
|
match_if_no_patterns = False, |
|
|
|
regexp = False |
|
) |
| |
◆ __iter__()
| def robot.utils.match.MultiMatcher.__iter__ |
( |
|
self | ) |
|
◆ __len__()
| def robot.utils.match.MultiMatcher.__len__ |
( |
|
self | ) |
|
◆ _ensure_list()
| def robot.utils.match.MultiMatcher._ensure_list |
( |
|
self, |
|
|
|
patterns |
|
) |
| |
|
private |
◆ match()
| def robot.utils.match.MultiMatcher.match |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ match_any()
| def robot.utils.match.MultiMatcher.match_any |
( |
|
self, |
|
|
|
strings |
|
) |
| |
◆ _match_if_no_patterns
| robot.utils.match.MultiMatcher._match_if_no_patterns |
|
private |
◆ _matchers
| robot.utils.match.MultiMatcher._matchers |
|
private |
The documentation for this class was generated from the following file: