Home | Trees | Indices | Help |
|
---|
|
object --+ | AddrStrategy --+ | EUI48Strategy
Implements the operations that can be performed on an IEEE 48-bit EUI (Extended Unique Identifer). For all intents and purposes here, a MAC address.
Supports most common MAC address formats including Cisco's string format.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Returns True if MAC address string is valid, False otherwise.
|
Returns an integer word sequence that is equivalent in value to MAC address in string form.
|
Returns a MAC address in string form that is equivalent to value represented by a network byte order integer. The output is configurable :- delimiter - (optional) the delimiter used between words in address word_fmt - (optional) the string format used for each word in address
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 15 22:47:11 2008 | http://epydoc.sourceforge.net |