示例#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"))