matching name
and leave write protection status unchanged
This commit is contained in:
parent
95e45ab073
commit
939d5070b3
|
@ -443,9 +443,9 @@ class Result:
|
||||||
return self._manage_view('del',increments,times,phases,homogenizations,fields)
|
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
|
Returns
|
||||||
-------
|
-------
|
||||||
|
@ -453,7 +453,7 @@ class Result:
|
||||||
View with all attributes visible.
|
View with all attributes visible.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return self.view(increments='*',phases='*',homogenizations='*',fieds='*',protected=True)
|
return self.view(increments='*',phases='*',homogenizations='*',fieds='*')
|
||||||
|
|
||||||
|
|
||||||
def rename(self,
|
def rename(self,
|
||||||
|
|
Loading…
Reference in New Issue