Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
class
FormatedError(DNSException):
24
fmt =
"Custom format: {parameter}"
25
supp_kwargs = {
"parameter"
}
26
27
28
class
ExceptionTestCase(unittest.TestCase):
Callers
3
test_formatted_error
Method · 0.85
test_kwargs_only
Method · 0.85
test_kwargs_unsupported
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_formatted_error
Method · 0.68
test_kwargs_only
Method · 0.68
test_kwargs_unsupported
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…