easier way to show data.
needs information on geometry (structured/unstructured) and probably we should list not more than 5 incs
This commit is contained in:
parent
8a4bc3dda4
commit
9878ddc550
|
@ -84,6 +84,11 @@ class Result:
|
|||
self.fname = fname
|
||||
|
||||
|
||||
def __repr__(self):
|
||||
"""Show selected data."""
|
||||
return util.srepr(self.list_data())
|
||||
|
||||
|
||||
def _manage_selection(self,action,what,datasets):
|
||||
"""
|
||||
Manages the visibility of the groups.
|
||||
|
|
Loading…
Reference in New Issue