Lines Matching defs:varref_dict
22 def verify_values(self, verify_dict, actual, varref_dict=None, expression=None):
76 if varRef != 0 and varref_dict is not None:
81 varref_dict[evaluateName] = varRef
95 verify_dict["children"], response["body"]["variables"], varref_dict
98 def verify_variables(self, verify_dict, variables, varref_dict=None):
105 self.verify_values(verify_dict[name], variable, varref_dict)
139 varref_dict = {}
140 self.verify_variables(verify_locals, locals, varref_dict)
216 varref_dict = {}
217 self.verify_variables(verify_locals, locals, varref_dict)
218 self.verify_variables(verify_globals, globals, varref_dict)
219 # pprint.PrettyPrinter(indent=4).pprint(varref_dict)
223 varRef = varref_dict["pt.buffer"]
324 varRef = varref_dict["pt"]