class IndexCheckAndUpdateOperation(IndexUpdateOperation): (source)
Undocumented
Method | _get_iter |
Undocumented |
Inherited from IndexUpdateOperation
:
Method | __init__ |
No summary |
Inherited from NotebookOperation
(via IndexUpdateOperation
):
Method | __call__ |
This method is called when another operation tries to start while we are running. When called either finish quickly or raise NotebookOperationOngoing . |
Method | __iter__ |
Undocumented |
Method | cancel |
Undocumented |
Method | is_running |
Undocumented |
Method | run_on_idle |
Start the operation by setting up the main loop event handler. |
Method | wait |
Undocumented |
Class Variable | __signals__ |
Undocumented |
Instance Variable | cancelled |
Undocumented |
Instance Variable | exception |
Undocumented |
Instance Variable | finished |
Undocumented |
Instance Variable | message |
Undocumented |
Instance Variable | notebook |
Undocumented |
Method | _start |
Undocumented |
Instance Variable | _block |
Undocumented |
Instance Variable | _do_work |
Undocumented |
Inherited from SignalEmitter
(via IndexUpdateOperation
, NotebookOperation
):
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 |