Table of contents Index
class Domain - Abstract base class for address domains.
Declared in module Domain
Synopsis
class Domain:
def Domain.Domain.__cmp__(self, other)
def Domain.Domain.__init__(self)
int family = 0
Description
An address domain encapsulates an address type (AF_INET, AF_INET6
etc) and provides functions to parse these addresses.
Attributes:
-
family
- address family this domain uses
Domain.Domain.__cmp__(self, other)
None
Domain.Domain.__init__(self)
None
Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler