Selfie
|
Public Member Functions | |
__init__ (self, LineReader line_reader) | |
Optional[str] | peek_key (self) |
SnapshotValue | next_value (self) |
None | skip_value (self) |
"SnapshotValueReader" | of (cls, str content) |
"SnapshotValueReader" | of_binary (cls, bytes content) |
Public Attributes | |
line_reader | |
unix_newlines | |
KEY_FIRST_CHAR | |
line | |
Static Public Attributes | |
str | KEY_FIRST_CHAR = "╔" |
str | KEY_START = "╔═ " |
str | KEY_END = " ═╗" |
str | FLAG_BASE64 = " ═╗ base64" |
name_esc = PerCharacterEscaper.specified_escape("\\\\[(])\nn\tt╔┌╗┐═─") | |
body_esc = PerCharacterEscaper.self_escape("\ud801\udf43\ud801\udf41") | |
Definition at line 10 of file SnapshotValueReader.py.
selfie_lib.SnapshotValueReader.SnapshotValueReader.__init__ | ( | self, | |
LineReader | line_reader | ||
) |
Definition at line 18 of file SnapshotValueReader.py.
SnapshotValue selfie_lib.SnapshotValueReader.SnapshotValueReader.next_value | ( | self | ) |
Definition at line 26 of file SnapshotValueReader.py.
"SnapshotValueReader" selfie_lib.SnapshotValueReader.SnapshotValueReader.of | ( | cls, | |
str | content | ||
) |
Definition at line 104 of file SnapshotValueReader.py.
"SnapshotValueReader" selfie_lib.SnapshotValueReader.SnapshotValueReader.of_binary | ( | cls, | |
bytes | content | ||
) |
Definition at line 108 of file SnapshotValueReader.py.
Optional[str] selfie_lib.SnapshotValueReader.SnapshotValueReader.peek_key | ( | self | ) |
Definition at line 23 of file SnapshotValueReader.py.
None selfie_lib.SnapshotValueReader.SnapshotValueReader.skip_value | ( | self | ) |
Definition at line 58 of file SnapshotValueReader.py.
|
static |
Definition at line 16 of file SnapshotValueReader.py.
|
static |
Definition at line 14 of file SnapshotValueReader.py.
|
static |
Definition at line 13 of file SnapshotValueReader.py.
|
static |
Definition at line 11 of file SnapshotValueReader.py.
selfie_lib.SnapshotValueReader.SnapshotValueReader.KEY_FIRST_CHAR |
Definition at line 41 of file SnapshotValueReader.py.
|
static |
Definition at line 12 of file SnapshotValueReader.py.
selfie_lib.SnapshotValueReader.SnapshotValueReader.line |
Definition at line 97 of file SnapshotValueReader.py.
selfie_lib.SnapshotValueReader.SnapshotValueReader.line_reader |
Definition at line 19 of file SnapshotValueReader.py.
|
static |
Definition at line 15 of file SnapshotValueReader.py.
selfie_lib.SnapshotValueReader.SnapshotValueReader.unix_newlines |
Definition at line 21 of file SnapshotValueReader.py.