class documentation

A locator which implements a responder to the 'simple' command.

Method __init__ Undocumented
Method greetingResponder Undocumented
Instance Variable greetings Undocumented

Inherited from CommandLocator:

Method locateResponder Locate a callable to invoke when executing the named command.
Method lookupFunction Deprecated synonym for CommandLocator.locateResponder
Method _wrapWithSerialization Wrap aCallable with its command's argument de-serialization and result serialization logic.
def __init__(self): (source)

Undocumented

def greetingResponder(self, greeting, cookie): (source)

Undocumented

greetings: list = (source)

Undocumented