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

Reply via email to