twisted.test.test_amp.OverridingLocator(TestLocator) class documentationtwisted.test.test_amp
(View In Hierarchy)
Known subclasses: twisted.test.test_amp.InheritingLocator
A locator which overrides the responder to the 'simple' command.
| Method | greetingResponder | Return a different cookieplus than TestLocator.greetingResponder. | 
Inherited from TestLocator:
| Method | __init__ | Undocumented | 
Inherited from CommandLocator (via TestLocator):
| Class | __metaclass__ | No summary | 
| Method | lookupFunction | Deprecated synonym for CommandLocator.locateResponder | 
| Method | locateResponder | Locate a callable to invoke when executing the named command. | 
| Method | _wrapWithSerialization | Wrap aCallable with its command's argument de-serialization and result serialization logic. | 
Return a different cookieplus than TestLocator.greetingResponder.