Selfie
|
Public Member Functions | |
bool | is_binary (self) |
bytes | value_binary (self) |
str | value_string (self) |
Static Public Member Functions | |
"SnapshotValue" | of (Union[bytes, str, "SnapshotValue"] data) |
Definition at line 7 of file SnapshotValue.py.
bool selfie_lib.SnapshotValue.SnapshotValue.is_binary | ( | self | ) |
Definition at line 9 of file SnapshotValue.py.
|
static |
Definition at line 21 of file SnapshotValue.py.
bytes selfie_lib.SnapshotValue.SnapshotValue.value_binary | ( | self | ) |
Reimplemented in selfie_lib.SnapshotValue.SnapshotValueBinary, and selfie_lib.SnapshotValue.SnapshotValueString.
Definition at line 13 of file SnapshotValue.py.
str selfie_lib.SnapshotValue.SnapshotValue.value_string | ( | self | ) |
Reimplemented in selfie_lib.SnapshotValue.SnapshotValueBinary, and selfie_lib.SnapshotValue.SnapshotValueString.
Definition at line 17 of file SnapshotValue.py.