I need a python list object which, upon insert, automatically checks for certain constraints of the form: "A must always come before B" or "If C is included, it must always come last". object which, upon insert,
I need a python list object which, upon insert, automatically checks for certain constraints of the form: "A must always come before B" or "If C is included, it must always come last". object which, upon insert,