def debug_print()
in
agent/agent.py [0:0]
3
lines of code
2
McCabe index (conditional complexity)
def debug_print(self, *args): if self.debug: pp(*args)