Source code for tests.30_libs.040_PySourceInfo.PySourceInfo_check_tests

#from __future__ import absolute_import

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