[Discuss] SQLAlchemy Has Annoyances

Mike Small smallm at panix.com
Thu Feb 5 11:47:19 EST 2015


Richard Pieri <richard.pieri at gmail.com> 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
smallm at panix.com



More information about the Discuss mailing list