Is the __init__() method of a class instance called every time an object is loaded from the DB?
If so, what should I do with code that should only execute when an object is first created, but not when it is reloaded from the DB?
Thanks,
Tim
- [Sqlalchemy-users] when is __init__() called? Tim Van Steenburgh
- Re: [Sqlalchemy-users] when is __init__() called? Michael Bayer
- Re: [Sqlalchemy-users] when is __init__() called? Michael Bayer

