Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ classify_rdataset
Method
classify_rdataset
dns/node.py:67–68 ·
view source on GitHub ↗
(cls, rdataset: dns.rdataset.Rdataset)
Source
from the content-addressed store, hash-verified
65
66
@classmethod
67
def
classify_rdataset(cls, rdataset: dns.rdataset.Rdataset) ->
"NodeKind"
:
68
return
cls.classify(rdataset.rdtype, rdataset.covers)
69
70
71
class
Node:
Callers
2
_append_rdataset
Method · 0.80
_check_cname_and_other_data
Function · 0.80
Calls
1
classify
Method · 0.45
Tested by
no test coverage detected