Package posterity :: Package admin :: Module inject :: Class Injector

Class Injector



object --+
         |
        Injector
Known Subclasses:
fetch.POP3Fetcher

Instance Methods
 
__init__(self, instance)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
inject_mbox(self, account, fp, sort=False)
 
inject_message(self, account, message)
 
apply_filters(self, account, msg, message)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, instance)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)