Path 1: 2256 calls (1.0)
1def clear_all(self) -> None: 2 """Convenience method to clear all stacks.""" 3 for stack in self: 4 stack.clear()