Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
class
CacheBase:
Callers
1
get_statistics_snapshot
Method · 0.45
Calls
1
CacheStatistics
Class · 0.85
Tested by
no test coverage detected