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

Class FormatedError

tests/test_exceptions.py:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class FormatedError(DNSException):
24 fmt = "Custom format: {parameter}"
25 supp_kwargs = {"parameter"}
26
27
28class ExceptionTestCase(unittest.TestCase):

Callers 3

test_formatted_errorMethod · 0.85
test_kwargs_onlyMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_formatted_errorMethod · 0.68
test_kwargs_onlyMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…