changeset 507:402c7f5a2b76

Docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 18 Dec 2021 11:19:51 +0100
parents dffa692751b1
children 42935e4cb8d3
files configmix/config.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/config.py	Sat Dec 18 11:06:34 2021 +0100
+++ b/configmix/config.py	Sat Dec 18 11:19:51 2021 +0100
@@ -338,6 +338,7 @@
         super(Configuration, self).__init__(*args, **kwds)
 
     def clear_cache(self):
+        """Clear the internal lookup cache"""
         self.__cache.clear()
 
     def __getitem__(self, key):