The Signal class is accessible via the sqlobject.events module.
In general the sender for these methods is the class, not the instance.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
See the source for more information.