The DropTableSignal class is accessible via the sqlobject.events module.
Called with (cls, connection, extra_sql, post_funcs). post_funcs functions are called with (cls, connection) after the table has been dropped.
See the source for more information.