Selfie
Loading...
Searching...
No Matches
selfie_lib.SelfieImplementations.BinaryFacet Class Reference
Inheritance diagram for selfie_lib.SelfieImplementations.BinaryFacet:
selfie_lib.SelfieImplementations.FluentFacet selfie_lib.SelfieImplementations.BinarySelfie

Public Member Functions

bytes to_be_base64 (self, str expected)
 
bytes to_be_base64_TODO (self, Any _=None)
 
bytes to_be_file (self, str subpath)
 
bytes to_be_file_TODO (self, str subpath)
 
- Public Member Functions inherited from selfie_lib.SelfieImplementations.FluentFacet
"StringFacet" facet (self, str facet)
 
"StringFacet" facets (self, *str facets)
 
"BinaryFacet" facet_binary (self, str facet)
 

Detailed Description

Definition at line 45 of file SelfieImplementations.py.

Member Function Documentation

◆ to_be_base64()

bytes selfie_lib.SelfieImplementations.BinaryFacet.to_be_base64 (   self,
str  expected 
)

Reimplemented in selfie_lib.SelfieImplementations.BinarySelfie.

Definition at line 47 of file SelfieImplementations.py.

47 def to_be_base64(self, expected: str) -> bytes:
48 pass
49

◆ to_be_base64_TODO()

bytes selfie_lib.SelfieImplementations.BinaryFacet.to_be_base64_TODO (   self,
Any   _ = None 
)

Reimplemented in selfie_lib.SelfieImplementations.BinarySelfie.

Definition at line 51 of file SelfieImplementations.py.

51 def to_be_base64_TODO(self, _: Any = None) -> bytes:
52 pass
53

◆ to_be_file()

bytes selfie_lib.SelfieImplementations.BinaryFacet.to_be_file (   self,
str  subpath 
)

Reimplemented in selfie_lib.SelfieImplementations.BinarySelfie.

Definition at line 55 of file SelfieImplementations.py.

55 def to_be_file(self, subpath: str) -> bytes:
56 pass
57

◆ to_be_file_TODO()

bytes selfie_lib.SelfieImplementations.BinaryFacet.to_be_file_TODO (   self,
str  subpath 
)

Reimplemented in selfie_lib.SelfieImplementations.BinarySelfie.

Definition at line 59 of file SelfieImplementations.py.

59 def to_be_file_TODO(self, subpath: str) -> bytes:
60 pass
61
62

The documentation for this class was generated from the following file: