MCPcopy Create free account
hub / github.com/TheRook/subbrute / set_opcode

Method set_opcode

dnslib/dns.py:531–532  ·  view source on GitHub ↗
(self,val)

Source from the content-addressed store, hash-verified

529 return get_bits(self.bitmap,11,4)
530
531 def set_opcode(self,val):
532 self.bitmap = set_bits(self.bitmap,val,11,4)
533
534 opcode = property(get_opcode,set_opcode)
535

Callers

nothing calls this directly

Calls 1

set_bitsFunction · 0.90

Tested by

no test coverage detected