Home
last modified time | relevance | path

Searched defs:call_function (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_ctypes/
Dcallproc.c1593 call_function(PyObject *self, PyObject *args) in call_function() function
/third_party/rust/rust/src/tools/miri/src/
Dhelpers.rs341 fn call_function( in call_function() method