We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c3858 commit c3075b2Copy full SHA for c3075b2
python-dict-attribute/config_v2.py
@@ -27,6 +27,7 @@ def clear(self):
27
print(conf.__dict__)
28
conf.remove_option("size")
29
30
-# conf.remove_option("autosave") # Raises KeyError
+conf.remove_option("autosave")
31
+print(conf.__dict__)
32
conf.clear()
33
0 commit comments