REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 786 B
Close
//lib/python3/dist-packages/hamcrest/library/text/substringmatcher.py
Text
Base64
from abc import ABCMeta, abstractmethod from hamcrest.core.base_matcher import BaseMatcher from hamcrest.core.description import Description __author__ = "Jon Reid" __copyright__ = "Copyright 2011 hamcrest.org" __license__ = "BSD, see License.txt" class SubstringMatcher(BaseMatcher[str], metaclass=ABCMeta): def __init__(self, substring) -> None: if not isinstance(substring, str): raise TypeError(self.__class__.__name__ + " requires string") self.substring = substring def describe_to(self, description: Description) -> None: description.append_text("a string ").append_text(self.relationship()).append_text( " " ).append_description_of(self.substring) @abstractmethod def relationship(self): ...
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2026-01-08 12:55:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
isequal_ignoring_case.py
1.33 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
isequal_ignoring_whitespace.py
1.73 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringcontains.py
1.01 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringcontainsinorder.py
1.73 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringendswith.py
1.04 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringmatches.py
1.20 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringstartswith.py
1.06 KB
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
substringmatcher.py
786 B
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
703 B
lrw-r--r--
2024-02-17 15:42:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).