class documentation

class TomlPreserveCommentDecoder(TomlDecoder): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method embed_comments Undocumented
Method preserve_comment Undocumented
Instance Variable saved_comments Undocumented

Inherited from TomlDecoder:

Method bounded_string Undocumented
Method get_empty_inline_table Undocumented
Method get_empty_table Undocumented
Method load_array Undocumented
Method load_inline_object Undocumented
Method load_line Undocumented
Method load_value Undocumented
Method _get_split_on_quotes Undocumented
Method _load_array_isstrarray Undocumented
Method _load_line_multiline_str Undocumented
Instance Variable _dict Undocumented
def __init__(self, _dict=dict): (source)

Undocumented

def embed_comments(self, idx, currentlevel): (source)
def preserve_comment(self, line_no, key, comment, beginline): (source)
saved_comments: dict = (source)

Undocumented