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

Method is_immutable

dns/node.py:312–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 return NodeKind.NEUTRAL
311
312 def is_immutable(self) -> bool:
313 return False
314
315
316@dns.immutable.immutable

Callers 2

_ensure_immutable_nodeFunction · 0.45
do_test_node_flagsFunction · 0.45

Calls

no outgoing calls

Tested by 1

do_test_node_flagsFunction · 0.36