Home
last modified time | relevance | path

Searched refs:call_stringarg_function (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dpuremodule.c75 call_stringarg_function(StringArgFunc func, PyObject *self, PyObject *args) in call_stringarg_function() function
809 return call_stringarg_function(quantify_save_data_to_file, self, args); in pure_quantify_save_data_to_file()
814 return call_stringarg_function(quantify_add_annotation, self, args); in pure_quantify_add_annotation()