Bases: atom.catom.Member
A member which allows list values.
Assigning to a list creates a copy. The orginal list will remain unmodified. This is similar to the semantics of the assignment operator on the C++ STL container classes.
Initialize a List.
Parameters : | item : Member, type, or tuple of types, optional
default : list, optional
|
---|
Set the name of the member.
This method ensures that the item member name is also updated.