Module mchistory :: Class MCVersionedListener
[hide private]
[frames] | no frames]

Class MCVersionedListener

source code


Instance Methods [hide private]
 
before_flush(self, session, flush_context, instances)
Execute before flush process has started.
source code

Inherited from sqlalchemy.orm.interfaces.SessionExtension: after_attach, after_begin, after_bulk_delete, after_bulk_update, after_commit, after_flush, after_flush_postexec, after_rollback, before_commit

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

before_flush(self, session, flush_context, instances)

source code 

Execute before flush process has started.

`instances` is an optional list of objects which were passed to the ``flush()`` method.

Overrides: sqlalchemy.orm.interfaces.SessionExtension.before_flush
(inherited documentation)