Home | Trees | Indices | Help |
|
---|
|
object --+ | AddrStrategy --+ | IPv4StrategyStd
A 'safe' AddrStrategy for IPv4 addresses. Unlike IPv4StrategyOpt.
It contains all methods related to IPv4 addresses that the optimised version has, without the reliance on the socket or struct modules. There are several cases where the use of this class are preferable when either the modules mentioned do not exist on certain Python implementations or contain bugs like the infamous inet_aton('255.255.255.254') bug.
All methods shared between the optimised class and this one should be defined here.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Sep 29 23:23:24 2008 | http://epydoc.sourceforge.net |