First time here? Check out the FAQ!
answered 2016-10-19 22:01:45 +0100
"kwds" is short for keyword arguments, which are additional options you can pass to the command in the format name=value. Examples for line are thickness=3 or color='red'.
name=value
line
thickness=3
color='red'