[Discuss] SQLAlchemy Has Annoyances

Richard Pieri richard.pieri at gmail.com
Thu Feb 5 12:59:19 EST 2015


On 2/5/2015 11:47 AM, Mike Small wrote:
> Does Python's MOP let you add and remove members from classes or are
> they immutable once created?

If an object (variable, list, class, whatever) isn't a constant then it 
is mutable. Scope may restrict what changes are permitted.

-- 
Rich P.



More information about the Discuss mailing list