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