From 84b0a1bc11fd08518b1db115a343f01f51562cc4 Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:54:11 +0530 Subject: [PATCH] Update bar.py --- bar.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bar.py b/bar.py index a1b076eac..d8360d94e 100644 --- a/bar.py +++ b/bar.py @@ -4,13 +4,16 @@ def foo(a=None): + breakpoint() print("abc") -def bar(z=None): +def bar(z=[]): + breakpoint() print("useless") assert z def baz(x=[]): + breakpoint() print("abc")