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

Class FakeAnswer

tests/test_resolver.py:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189class FakeAnswer(object):
190 def __init__(self, expiration):
191 self.expiration = expiration
192
193
194class FakeTime:

Callers 6

testLRUReplaceMethod · 0.85
testLRUDoesLRUMethod · 0.85
testLRUExpirationMethod · 0.85
test_cache_flushMethod · 0.85
test_cache_statsMethod · 0.85

Calls

no outgoing calls

Tested by 6

testLRUReplaceMethod · 0.68
testLRUDoesLRUMethod · 0.68
testLRUExpirationMethod · 0.68
test_cache_flushMethod · 0.68
test_cache_statsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…