Package dns :: Module util
[hide private]
[frames] | no frames]

Module util

source code

Miscellaneous Implementation Helpers

Functions [hide private]
 
cmp(x, y)
The cmp() function from Python 2
source code
 
write_uint8(bfile, value)
Write an unsigned 8-bit integer to an io.BytesIO file
source code
 
write_uint16(bfile, value)
Write an unsigned 16-bit integer to an io.BytesIO file
source code
 
write_uint32(bfile, value)
Write an unsigned 32-bit integer to an io.BytesIO file
source code
 
write_uint64(bfile, value)
Write an unsigned 64-bit integer to an io.BytesIO file
source code
Variables [hide private]
  __package__ = 'dns'