class documentation
class Mapper(object):
Map resource to method.
Method | __init__ |
Resource mapper constructor. |
Method | get |
Find method for a given URI. |
Instance Variable | _connector |
Undocumented |
Resource mapper constructor.
Parameters | |
connector | a dictionary, mapping method name with URL path regexp |