#from __future__ import absolute_import [docs]def check_callback(fct,*args,**kargs): return fct(*args,**kargs)