implementation of different data structure type handling

This commit is contained in:
2015-05-20 09:38:25 +02:00
parent 56a0563709
commit 5badf2ba34
2 changed files with 22 additions and 14 deletions

View File

@@ -50,6 +50,9 @@ class Data(object):
self.cuttimes = None
self.dirty = False
def __str__(self):
return str(self.evtdata), '\n', str(self.wfdata)
def getParent(self):
return self._parent