|
Selfie
|
Public Member Functions | |
| __init__ (self, Snapshot actual, DiskStorage disk, str only_facet) | |
| "BinarySelfie" | to_match_disk (self, str sub="") |
| "BinarySelfie" | to_match_disk_TODO (self, str sub="") |
| bytes | to_be_base64_TODO (self, Any _=None) |
| bytes | to_be_base64 (self, str expected) |
| bytes | to_be_file_TODO (self, str subpath) |
| bytes | to_be_file (self, str subpath) |
Public Member Functions inherited from selfie_lib.SelfieImplementations.ReprSelfie | |
| T | to_be_TODO (self, Optional[T] _=None) |
| T | to_be (self, T 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_facet | |
Public Attributes inherited from selfie_lib.SelfieImplementations.ReprSelfie | |
| actual_before_repr | |
Public Attributes inherited from selfie_lib.SelfieImplementations.DiskSelfie | |
| actual | |
| disk | |
Protected Member Functions | |
| bytes | _actual_bytes (self) |
| str | _actual_string (self) |
| bytes | _to_be_file_impl (self, str subpath, bool is_todo) |
Definition at line 176 of file SelfieImplementations.py.
| selfie_lib.SelfieImplementations.BinarySelfie.__init__ | ( | self, | |
| Snapshot | actual, | ||
| DiskStorage | disk, | ||
| str | only_facet | ||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.ReprSelfie.
Definition at line 177 of file SelfieImplementations.py.
|
protected |
Definition at line 189 of file SelfieImplementations.py.
|
protected |
Definition at line 213 of file SelfieImplementations.py.
|
protected |
Definition at line 216 of file SelfieImplementations.py.
| bytes selfie_lib.SelfieImplementations.BinarySelfie.to_be_base64 | ( | self, | |
| str | expected | ||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.BinaryFacet.
Definition at line 204 of file SelfieImplementations.py.
| bytes selfie_lib.SelfieImplementations.BinarySelfie.to_be_base64_TODO | ( | self, | |
| Any | _ = None |
||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.BinaryFacet.
Definition at line 200 of file SelfieImplementations.py.
| bytes selfie_lib.SelfieImplementations.BinarySelfie.to_be_file | ( | self, | |
| str | subpath | ||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.BinaryFacet.
Definition at line 252 of file SelfieImplementations.py.
| bytes selfie_lib.SelfieImplementations.BinarySelfie.to_be_file_TODO | ( | self, | |
| str | subpath | ||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.BinaryFacet.
Definition at line 249 of file SelfieImplementations.py.
| "BinarySelfie" selfie_lib.SelfieImplementations.BinarySelfie.to_match_disk | ( | self, | |
| str | sub = "" |
||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.DiskSelfie.
Definition at line 192 of file SelfieImplementations.py.
| "BinarySelfie" selfie_lib.SelfieImplementations.BinarySelfie.to_match_disk_TODO | ( | self, | |
| str | sub = "" |
||
| ) |
Reimplemented from selfie_lib.SelfieImplementations.DiskSelfie.
Definition at line 196 of file SelfieImplementations.py.
| selfie_lib.SelfieImplementations.BinarySelfie.only_facet |
Definition at line 179 of file SelfieImplementations.py.