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
pop3proxy_service Namespace Reference

Classes

class  ServiceEventLogHandler
class  ServiceEventLogHandlerWrapper
class  Service

Variables

 this_filename = __file__
tuple sb_dir = os.path.dirname(os.path.dirname(this_filename))
tuple sb_scripts_dir = os.path.join(sb_dir,"scripts")
tuple sys32path = shell.SHGetFolderPath(0, shellcon.CSIDL_SYSTEM, 0, 0)
tuple data_directory

Variable Documentation

tuple pop3proxy_service.data_directory
Initial value:
1 os.path.join(os.path.dirname(sys.argv[0]),
2  "..", "SpamBayesData")

Definition at line 293 of file pop3proxy_service.py.

tuple pop3proxy_service.sb_dir = os.path.dirname(os.path.dirname(this_filename))

Definition at line 140 of file pop3proxy_service.py.

tuple pop3proxy_service.sb_scripts_dir = os.path.join(sb_dir,"scripts")

Definition at line 141 of file pop3proxy_service.py.

tuple pop3proxy_service.sys32path = shell.SHGetFolderPath(0, shellcon.CSIDL_SYSTEM, 0, 0)

Definition at line 158 of file pop3proxy_service.py.

pop3proxy_service.this_filename = __file__

Definition at line 138 of file pop3proxy_service.py.