We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4630d commit 0efb71dCopy full SHA for 0efb71d
1 file changed
examples/example_03.py
@@ -10,7 +10,9 @@ def key_modifier(key):
10
def reverse_sorter(keys):
11
return sorted(keys, reverse=True)
12
13
+# empty KeyValues instance
14
kv = KeyValues()
15
+# we fill it with KeyValues from file
16
kv.parse(filename_vdf)
17
print(kv)
18
0 commit comments