RowCreateSignal
Called before an instance is created, with the class as the
sender. Called with the arguments (kwargs, post_funcs).
There may be a connection argument. kwargs``may be usefully
modified. ``post_funcs is a list of callbacks, intended to have
functions appended to it, and are called with the arguments
(new_instance).
The RowCreateSignal class is accessible via the
sqlobject.events
module.
Note: this is not called when an instance is created from an
existing database row.
Methods
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
See
the source
for more information.