Exemplo n.º 1
0
 def summary(self):
     """the Datatypes.Summary for this history"""
     return parse.parse_summary_xml(self.esummary("xml"))
Exemplo 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"))
Exemplo 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"))
Exemplo n.º 4
0
 def summary(self):
     """the Datatypes.Summary for this history"""
     return parse.parse_summary_xml(self.esummary("xml"))