Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/
H A Dminikconf.py23 def debug_print(*args): function
119 debug_print("=> %s is now %s" % (self.name, val))
225 debug_print("Input:")
227 debug_print(clause)
229 debug_print("\nDependency graph:")
236 debug_print("\n")
238 debug_print(var, "has DFS number", len(dfo))
250 debug_print("\nSorted clauses:")
252 debug_print(clause)
255 debug_print("")
[all …]