twisted.mail.test.test_mail.MockProcessAlias(mail.alias.ProcessAlias) class documentationtwisted.mail.test.test_mail
(View In Hierarchy)
An alias processor that doesn't actually launch processes.
| Method | spawnProcess | Don't spawn a process. | 
Inherited from ProcessAlias:
| Instance Variable | path | The arguments to pass to the process. The first string is the executable's 
name. (type: listofbytes) | 
| Instance Variable | program | The path of the program to be executed. (type: bytes) | 
| Instance Variable | reactor | A reactor which will be used to create and timeout the child process. (type: IReactorTimeandIReactorProcessprovider) | 
| Method | __init__ | |
| Method | __str__ | Build a string representation of this ProcessAliasinstance. | 
| Method | createMessageReceiver | Launch a process and create a message receiver to pass a message to the process. | 
Inherited from AliasBase (via ProcessAlias):
| Instance Variable | domains | See __init__. | 
| Instance Variable | original | The original address being aliased. (type: Address) | 
| Method | domain | Return the domain associated with original address. | 
| Method | resolve | Map this alias to its ultimate destination. |