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

Class mac_pgsql

object --+    
         |    
 mac_eui48 --+
             |
            mac_pgsql

A PostgreSQL style (2 x 24-bit words) MAC address 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 = 24
The individual word size (in bits) of this address type.
  num_words = 2
The number of words in this address type.
  word_sep = ':'
The separator character used between each word.
  word_fmt = '%.6x'
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.
    Inherited from mac_eui48
  max_word = 255
The maximum integer value for an individual word in this address type.
Properties [hide private]

Inherited from object: __class__