class documentation

class FakeLocator: (source)

View In Hierarchy

This is a fake implementation of the interface implied by CommandLocator.

Method __init__ Remember the given keyword arguments as a set of responders.
Method locateResponder Look up and return a function passed as a keyword argument of the given name to the constructor.
Instance Variable commands Undocumented
def __init__(self): (source)

Remember the given keyword arguments as a set of responders.

def locateResponder(self, commandName): (source)

Look up and return a function passed as a keyword argument of the given name to the constructor.

commands: dict = (source)

Undocumented