From 9e9b165e1f87fdfc234f2b0c1557d7622ff0ceea Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 9 Dec 2012 02:37:26 +0100 Subject: Clarify _get_dependent() documentation. --- kconfiglib.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 9be4eae..7dfdd06 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2928,8 +2928,10 @@ class Symbol(Item, _HasVisibility): .format(self.type)) def _get_dependent(self): - """Returns the list of symbols that should be invalidated if the value - of the symbol changes.""" + """Returns the list of symbols that should be invalidated if the user + value of the symbol changes, because they might be affected by the + change. Note that this is an internal API -- it's probably of limited + usefulness to clients.""" if self.cached_deps is not None: return self.cached_deps -- cgit v1.2.3