MCPcopy Create free account
hub / github.com/rthalley/dnspython / clone

Method clone

dns/resolver.py:387–388  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

385 self.misses = 0
386
387 def clone(self) -> "CacheStatistics":
388 return CacheStatistics(self.hits, self.misses)
389
390
391class CacheBase:

Callers 1

Calls 1

CacheStatisticsClass · 0.85

Tested by

no test coverage detected