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. _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
