# HG changeset patch # User Paul Boddie # Date 1473171420 -7200 # Node ID db90e9c6486406e76c11ff02574777a7092d320a # Parent be858cd5d1b96fc492f5727db2e555c419f3e220 Expanded a docstring about name reference population and propagation. diff -r be858cd5d1b9 -r db90e9c64864 inspector.py --- a/inspector.py Tue Sep 06 00:23:51 2016 +0200 +++ b/inspector.py Tue Sep 06 16:17:00 2016 +0200 @@ -115,7 +115,10 @@ def collect_names_for_path(self, path): - "Collect the names used by the given 'path'." + """ + Collect the names used by the given 'path'. These are propagated to the + importer in advance of any dependency resolution. + """ names = self.names_used.get(path) if not names: