202 @param module name of the module file (string) |
201 @param module name of the module file (string) |
203 @param path path the module should be searched in (list of strings) |
202 @param path path the module should be searched in (list of strings) |
204 @param inpackage flag indicating a module inside a package is scanned |
203 @param inpackage flag indicating a module inside a package is scanned |
205 @return the resulting dictionary |
204 @return the resulting dictionary |
206 ''' |
205 ''' |
207 |
206 global _modules |
|
207 |
208 dict = {} |
208 dict = {} |
209 dict_counts = {} |
209 dict_counts = {} |
210 |
210 |
211 if module in _modules: |
211 if module in _modules: |
212 # we've seen this module before... |
212 # we've seen this module before... |