Home | Trees | Index | Help |
|
---|
Package dns :: Module zone |
|
Classes | |
---|---|
Zone |
A DNS zone. |
Function Summary | |
---|---|
dns.zone.Zone object |
Read a master file and build a zone object. |
dns.zone.Zone object |
Build a zone object from a master file format string. |
dns.zone.Zone object |
Convert the output of a zone transfer generator into a zone object. |
Variable Summary | |
---|---|
_Feature |
generators
|
Function Details |
---|
from_file(f, origin, rdclass=1, relativize=1, zone_factory=<class 'dns.zone.Zone'>)Read a master file and build a zone object.
|
from_text(text, origin, rdclass=1, relativize=1, zone_factory=<class 'dns.zone.Zone'>)Build a zone object from a master file format string.
|
from_xfr(xfr, zone_factory=<class 'dns.zone.Zone'>)Convert the output of a zone transfer generator into a zone object.
|
Variable Details |
---|
generators
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sat Aug 2 15:09:35 2003 | http://epydoc.sf.net |