Table of Contents
Method Signature class for adding extra info to registered funcs, right now used just to indicate it should be called with keywords, instead of ordered params.
__call__ ( self, *args, *kw, )
__init__ ( self, func, keywords=0, context=0, )