Package netaddr :: Package strategy :: Module eui48 :: Class mac_eui48
[hide private]
[frames] | no frames]

Class mac_eui48

object --+
         |
        mac_eui48
Known Subclasses:

A standard IEEE EUI-48 dialect class.

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  word_size = 8
The individual word size (in bits) of this address type.
  num_words = 6
The number of words in this address type.
  max_word = 255
The maximum integer value for an individual word in this address type.
  word_sep = '-'
The separator character used between each word.
  word_fmt = '%.2X'
The format string to be used when converting words to string values.
  word_base = 16
The number base to be used when interpreting word values as integers.
Properties [hide private]

Inherited from object: __class__