Home | History | Annotate | Download | only in python2.7

Lines Matching refs:dict

115     # Initialize the dict for this module's contents
116 dict = {}
120 _modules[module] = dict
121 return dict
142 dict['__path__'] = [fname]
145 _modules[fullmodule] = dict
149 return dict
177 dict[meth_name] = Function(fullmodule, meth_name,
200 if n in dict:
202 n = dict[n]
233 dict[class_name] = cur_class
267 dict[n2 or n] = d[n]
272 dict[n] = d[n]
277 return dict
329 dict = readmodule_ex(mod, path)
330 objs = dict.values()