class documentation

class LinksIndexer(IndexerBase): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method is_uptodate Undocumented
Method on_page_changed Undocumented
Method on_page_row_changed Undocumented
Method on_page_row_deleted Undocumented
Method on_page_row_inserted Undocumented
Method update_iter Undocumented
Class Variable __signals__ Undocumented
Method _allow_cleanup Undocumented
Method _recursive_flag_links_for_update Undocumented
Instance Variable _pages Undocumented
Instance Variable _pagesindexer Undocumented

Inherited from IndexerBase:

Method update Undocumented
Instance Variable db Undocumented

Inherited from SignalEmitter (via IndexerBase):

Method __new__ Undocumented
Method block_signals Returns a context manager for blocking one or more signals
Method connect Register a handler for a specific object.
Method connect_after Like connect() but handler will be called after default handler
Method disconnect Undocumented
Method emit Undocumented
Method emit_return_first Emits a signal and stops emission on the first handler that returns a not-None value.
Method emit_return_iter Returns an generator that calls one handler on each iteration and yields the return values. This allows aggregating return values.
Method _connect Undocumented
Method _setup_signal Undocumented
Method _teardown_signal Undocumented

Inherited from ConnectorMixin (via IndexerBase):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def __init__(self, db, pagesindexer): (source)
def is_uptodate(self): (source)
def on_page_changed(self, o, row, doc): (source)

Undocumented

def on_page_row_changed(self, o, newrow, oldrow): (source)

Undocumented

def on_page_row_deleted(self, o, row): (source)

Undocumented

def on_page_row_inserted(self, o, row): (source)

Undocumented

def update_iter(self): (source)
def _allow_cleanup(self, row): (source)

Undocumented

def _recursive_flag_links_for_update(self, row): (source)

Undocumented

_pages = (source)

Undocumented

_pagesindexer = (source)

Undocumented