Home
last modified time | relevance | path

Searched refs:ListSourcesWithDetails (Results 1 – 1 of 1) sorted by relevance

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Ddata_sources.py99 def ListSourcesWithDetails(self): member in DataSources
123 for (unused_type, name, is_synthetic, count) in self.ListSourcesWithDetails():
140 return self.ListSourcesWithDetails()[0]
436 print parser.ListSourcesWithDetails()
437 best = parser.ListSourcesWithDetails()[0][0]