Selfie
Loading...
Searching...
No Matches
selfie_lib.SelfieImplementations.StringFacet Class Reference
Inheritance diagram for selfie_lib.SelfieImplementations.StringFacet:
selfie_lib.SelfieImplementations.FluentFacet selfie_lib.SelfieImplementations.StringSelfie

Public Member Functions

str to_be (self, str expected)
 
str to_be_TODO (self, Any _=None)
 
- 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 35 of file SelfieImplementations.py.

Member Function Documentation

◆ to_be()

str selfie_lib.SelfieImplementations.StringFacet.to_be (   self,
str  expected 
)

Reimplemented in selfie_lib.SelfieImplementations.StringSelfie.

Definition at line 37 of file SelfieImplementations.py.

37 def to_be(self, expected: str) -> str:
38 pass
39

◆ to_be_TODO()

str selfie_lib.SelfieImplementations.StringFacet.to_be_TODO (   self,
Any   _ = None 
)

Reimplemented in selfie_lib.SelfieImplementations.StringSelfie.

Definition at line 41 of file SelfieImplementations.py.

41 def to_be_TODO(self, _: Any = None) -> str:
42 pass
43
44

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