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