def open_file_dialog(self, title, initial_directory, file_types, multiselect): return dialogs.open_file(self.interface, title, file_types, multiselect)