| Home | Trees | Index | Help |
|---|
| Package tp :: Package netlib :: Package discover :: Package pyZeroconf :: Module Zeroconf :: Class DNSEntry |
|
object --+
|
DNSEntry
DNSQuestion,
DNSRecordA DNS entry
| Method Summary | |
|---|---|
__init__(self,
name,
type,
clazz)
| |
Equality test on name, type, and class... | |
Non-equality test... | |
Class accessor... | |
Type accessor... | |
String representation with additional information... | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
| Method Details |
|---|
__eq__(self,
other)
|
__ne__(self, other)Non-equality test |
getClazz(self, clazz)Class accessor |
getType(self, type)Type accessor |
toString(self, hdr, other)String representation with additional information |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 | http://epydoc.sf.net |