Searched refs:g_obj (Results 1 – 1 of 1) sorted by relevance
60 def differ(w_obj, g_obj, w_stack=[], g_stack=[]): argument61 if bytes(w_obj) == bytes(g_obj):65 if i >= len(g_obj.obj_list):70 g_child = g_obj.obj_list[i]75 g_stack.append(g_obj.obj_name)79 if num_objects == len(w_obj.obj_list) and num_objects < len(g_obj.obj_list):80 g_child = g_obj.obj_list[num_objects]91 g_obj.print_obj()92 g_obj.print_obj_hex()