spambayes  1.1a6
About: SpamBayes - a Bayesian anti-spam filter/classifier (written in Python)
  Fossies Dox: spambayes-1.1a6.zip  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Classes Namespaces Files Functions Variables Properties Macros
spambayes.dnscache.lookupResult Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 qType
 answer
 question
 expiresAt
 lastUsed

Detailed Description

Definition at line 31 of file dnscache.py.


Constructor & Destructor Documentation

def spambayes.dnscache.lookupResult.__init__ (   self,
  qType,
  answer,
  question,
  expiresAt,
  now 
)

Definition at line 34 of file dnscache.py.


Member Data Documentation

spambayes.dnscache.lookupResult.answer

Definition at line 36 of file dnscache.py.

spambayes.dnscache.lookupResult.expiresAt

Definition at line 38 of file dnscache.py.

spambayes.dnscache.lookupResult.lastUsed

Definition at line 39 of file dnscache.py.

spambayes.dnscache.lookupResult.qType

Definition at line 35 of file dnscache.py.

spambayes.dnscache.lookupResult.question

Definition at line 37 of file dnscache.py.


The documentation for this class was generated from the following file: