# HG changeset patch # User Franz Glasner # Date 1639822791 -3600 # Node ID 402c7f5a2b76a620cb989b025dbb1c27a2734aed # Parent dffa692751b14f5ce6b6a460d11e17c62c2f66d0 Docs diff -r dffa692751b1 -r 402c7f5a2b76 configmix/config.py --- 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):