(files_list)
| 1199 | callback(path_file_pattern) |
| 1200 | |
| 1201 | def listCB(files_list): |
| 1202 | files_queue.extend(files_list) |
| 1203 | deleteCB(None) |
| 1204 | |
| 1205 | if service_name not in self.connected_trees: |
| 1206 | def connectCB(connect_message, **kwargs): |
nothing calls this directly
no test coverage detected