Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module dns :: Class Query |
|
Method Summary | |
---|---|
| |
__cmp__(self,
other)
| |
__hash__(self)
| |
__repr__(self)
| |
__str__(self)
| |
decode(self,
strio,
length)
| |
encode(self,
strio,
compDict)
|
Instance Variable Summary | |
---|---|
NoneType |
cls : The query class. |
NoneType |
name : The name about which this query is requesting information. |
NoneType |
type : The query type. |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class twisted.protocols.dns.IEncodabl...
|
Method Details |
---|
__init__(self,
name='',
type=1,
cls=1)
|
Instance Variable Details |
---|
clsThe query class.
|
nameThe name about which this query is requesting information.
|
typeThe query type.
|
Class Variable Details |
---|
__implements__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:34 2003 | http://epydoc.sf.net |