This class holds objects that need to be tracked across the request completion handlers.
More...
This class holds objects that need to be tracked across the request completion handlers.
The handlers are used to complete asynchronous requests for data that are initiated in the RepositoryModel.fetchMore method.
◆ __init__()
◆ buffers
| list gui.repository_model._FetchCompletion._Context.buffers = [] |
◆ cancelled
| bool gui.repository_model._FetchCompletion._Context.cancelled = False |
◆ model
| gui.repository_model._FetchCompletion._Context.model = model |
◆ nodes_to_read
| gui.repository_model._FetchCompletion._Context.nodes_to_read = set() |
◆ original_parent
| gui.repository_model._FetchCompletion._Context.original_parent = parent |
◆ pending_get_children_requests
| gui.repository_model._FetchCompletion._Context.pending_get_children_requests = set() |
◆ pending_read_data_point_requests
| gui.repository_model._FetchCompletion._Context.pending_read_data_point_requests = set() |
◆ pending_read_meta_data_requests
| gui.repository_model._FetchCompletion._Context.pending_read_meta_data_requests = set() |
The documentation for this class was generated from the following file: