class documentation

class FakeLocator:

Constructor: FakeLocator()

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):

Remember the given keyword arguments as a set of responders.

def locateResponder(self, commandName):

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

commands: dict =

Undocumented