blob: 60e751258f657b1aa9f106115ce4f5484091f8cc [file] [log] [blame]
def foo(a, d=1, b=None):
pass
foo("a", b="b")
foo("a")
foo("a", b="b")