twisted.test.test_amp.InheritingLocator(OverridingLocator) class documentationtwisted.test.test_amp
(View In Hierarchy)
This locator should inherit the responder from OverridingLocator.
Inherited from OverridingLocator:
| Method | greetingResponder | Return a different cookieplus than TestLocator.greetingResponder. |
Inherited from TestLocator (via OverridingLocator):
| Method | __init__ | Undocumented |
Inherited from CommandLocator (via OverridingLocator, 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. |