class documentation

class ZoneInfoFile(object): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get Wrapper for :func:`ZoneInfoFile.zones.get`. This is a convenience method for retrieving zones from the zone dictionary.
Instance Variable metadata Undocumented
Instance Variable zones Undocumented
def __init__(self, zonefile_stream=None): (source)

Undocumented

def get(self, name, default=None): (source)

Wrapper for :func:`ZoneInfoFile.zones.get`. This is a convenience method for retrieving zones from the zone dictionary. :param name: The name of the zone to retrieve. (Generally IANA zone names) :param default: The value to return in the event of a missing key. .. versionadded:: 2.6.0

metadata = (source)

Undocumented

zones = (source)

Undocumented