Inspect.getargspec on component's custom functions

import inspect print inspect.getargspec(someComponent.someCustomFunction.im_func)