DropTableSignal

Called when a table is dropped. If ifExists==True and the table doesn't exist, this event is not called.

Called with (cls, connection, extra_sql, post_funcs). post_funcs functions are called with (cls, connection) after the table has been dropped.


Methods

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

See the source for more information.