matching name

and leave write protection status unchanged
This commit is contained in:
Martin Diehl 2023-12-17 15:44:35 +01:00
parent 95e45ab073
commit 939d5070b3
No known key found for this signature in database
GPG Key ID: 1FD50837275A0A9B
1 changed files with 3 additions and 3 deletions

View File

@ -443,9 +443,9 @@ class Result:
return self._manage_view('del',increments,times,phases,homogenizations,fields)
def view_reset(self):
def view_all(self):
"""
Reset to initial view.
Make all attributes visible.
Returns
-------
@ -453,7 +453,7 @@ class Result:
View with all attributes visible.
"""
return self.view(increments='*',phases='*',homogenizations='*',fieds='*',protected=True)
return self.view(increments='*',phases='*',homogenizations='*',fieds='*')
def rename(self,