Richard Pieri <[email protected]> writes: > On 2/4/2015 7:02 PM, Kent Borg wrote: > But regarding SQLAlchemy, that sounds like a Python-ism. You can't > delete classes in Python. The closest you can get is that a class will > be reaped by the interpreter when nothing references it (the reference
Does Python's MOP let you add and remove members from classes or are they immutable once created? -- Mike Small [email protected] _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
