Why is the third default of python an array?

getattr (obj,name [, default])
Why is the third default an array? Why is that? What does
mean?

Feb.23,2022

optional, optional


this is not an array, this means that it can be followed by a parameter default, or not.

Menu