Esempio n. 1
0
 def summary(self):
     """the Datatypes.Summary for this history"""
     return parse.parse_summary_xml(self.esummary("xml"))
Esempio n. 2
0
 def summary(self):
     """get the summary for these DBIds, parsed into a Datatypes.Summary"""
     return parse.parse_summary_xml(self.esummary("xml"))
Esempio n. 3
0
 def summary(self):
     """get the summary for these DBIds, parsed into a Datatypes.Summary"""
     return parse.parse_summary_xml(self.esummary("xml"))
Esempio n. 4
0
 def summary(self):
     """the Datatypes.Summary for this history"""
     return parse.parse_summary_xml(self.esummary("xml"))