Source code for UseCases.PySourceInfo.PySourceInfo_check

#from __future__ import absolute_import

[docs]def check_callback(fct,*args,**kargs): return fct(*args,**kargs)