Selfie
|
Public Member Functions | |
bool | can_write (self, bool is_todo, CallStack call, SnapshotSystem system) |
str | msg_snapshot_not_found (self) |
str | msg_snapshot_not_found_no_such_file (self, file) |
str | msg_snapshot_mismatch (self, str expected, str actual) |
str | msg_snapshot_mismatch_binary (self, bytes expected, bytes actual) |
str | msg (self, str headline) |
Static Public Attributes | |
interactive = auto() | |
readonly = auto() | |
overwrite = auto() | |
Protected Member Functions | |
str | _to_quoted_printable (self, bytes byte_data) |
Definition at line 99 of file SnapshotSystem.py.
|
protected |
Definition at line 137 of file SnapshotSystem.py.
bool selfie_lib.SnapshotSystem.Mode.can_write | ( | self, | |
bool | is_todo, | ||
CallStack | call, | ||
SnapshotSystem | system | ||
) |
Definition at line 104 of file SnapshotSystem.py.
str selfie_lib.SnapshotSystem.Mode.msg | ( | self, | |
str | headline | ||
) |
Definition at line 148 of file SnapshotSystem.py.
str selfie_lib.SnapshotSystem.Mode.msg_snapshot_mismatch | ( | self, | |
str | expected, | ||
str | actual | ||
) |
Definition at line 127 of file SnapshotSystem.py.
str selfie_lib.SnapshotSystem.Mode.msg_snapshot_mismatch_binary | ( | self, | |
bytes | expected, | ||
bytes | actual | ||
) |
Definition at line 132 of file SnapshotSystem.py.
str selfie_lib.SnapshotSystem.Mode.msg_snapshot_not_found | ( | self | ) |
Definition at line 121 of file SnapshotSystem.py.
str selfie_lib.SnapshotSystem.Mode.msg_snapshot_not_found_no_such_file | ( | self, | |
file | |||
) |
Definition at line 124 of file SnapshotSystem.py.
|
static |
Definition at line 100 of file SnapshotSystem.py.
|
static |
Definition at line 102 of file SnapshotSystem.py.
|
static |
Definition at line 101 of file SnapshotSystem.py.