Changes in src/sas/perspectives/fitting/fitting.py [386ffe1:39356b5] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/fitting/fitting.py
r386ffe1 r39356b5 523 523 self.fit_panel.clear_panel() 524 524 525 def set_default_perspective(self):526 """527 Call back method that True to notify the parent that the current plug-in528 can be set as default perspective.529 when returning False, the plug-in is not candidate for an automatic530 default perspective setting531 """532 return True533 534 525 def delete_data(self, data): 535 526 """
Note: See TracChangeset
for help on using the changeset viewer.