Added a fallback when acquiring the callable name, this helps handle callables that lack a __name__ attribute.
Also added a __name__ attribute to the menu_loader.CallbackProxy object so that it takes advantage of the slightly more descriptive error messages.
Fix for #45.
Added a fallback when acquiring the callable name, this helps handle callables that lack a
__name__
attribute. Also added a__name__
attribute to themenu_loader.CallbackProxy
object so that it takes advantage of the slightly more descriptive error messages.