diff configmix/config.py @ 507:402c7f5a2b76

Docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 18 Dec 2021 11:19:51 +0100
parents dffa692751b1
children 4c2517e18af0
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):