Selfie
|
Public Member Functions | |
__init__ (self, Snapshot actual, DiskStorage disk, Optional[list[str]] only_facets=None) | |
"StringSelfie" | to_match_disk (self, str sub="") |
"StringSelfie" | to_match_disk_TODO (self, str sub="") |
str | to_be_TODO (self, Any _=None) |
str | to_be (self, str expected) |
Public Member Functions inherited from selfie_lib.SelfieImplementations.DiskSelfie | |
"StringFacet" | facet (self, str facet) |
"StringFacet" | facets (self, *str facets) |
"BinaryFacet" | facet_binary (self, str facet) |
Public Attributes | |
only_facets | |
actual | |
Public Attributes inherited from selfie_lib.SelfieImplementations.ReprSelfie | |
actual_before_repr | |
Public Attributes inherited from selfie_lib.SelfieImplementations.DiskSelfie | |
actual | |
disk | |
Definition at line 112 of file SelfieImplementations.py.
selfie_lib.SelfieImplementations.StringSelfie.__init__ | ( | self, | |
Snapshot | actual, | ||
DiskStorage | disk, | ||
Optional[list[str]] | only_facets = None |
||
) |
Reimplemented from selfie_lib.SelfieImplementations.ReprSelfie.
Definition at line 113 of file SelfieImplementations.py.
str selfie_lib.SelfieImplementations.StringSelfie.to_be | ( | self, | |
str | expected | ||
) |
Reimplemented from selfie_lib.SelfieImplementations.ReprSelfie.
Definition at line 164 of file SelfieImplementations.py.
str selfie_lib.SelfieImplementations.StringSelfie.to_be_TODO | ( | self, | |
Any | _ = None |
||
) |
Reimplemented from selfie_lib.SelfieImplementations.ReprSelfie.
Definition at line 161 of file SelfieImplementations.py.
"StringSelfie" selfie_lib.SelfieImplementations.StringSelfie.to_match_disk | ( | self, | |
str | sub = "" |
||
) |
Reimplemented from selfie_lib.SelfieImplementations.DiskSelfie.
Definition at line 134 of file SelfieImplementations.py.
"StringSelfie" selfie_lib.SelfieImplementations.StringSelfie.to_match_disk_TODO | ( | self, | |
str | sub = "" |
||
) |
Reimplemented from selfie_lib.SelfieImplementations.DiskSelfie.
Definition at line 138 of file SelfieImplementations.py.
selfie_lib.SelfieImplementations.StringSelfie.actual |
Definition at line 158 of file SelfieImplementations.py.
selfie_lib.SelfieImplementations.StringSelfie.only_facets |
Definition at line 120 of file SelfieImplementations.py.