Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_weakref.py124 create_cfunction = _testcapi.create_cfunction
125 f = create_cfunction()
130 self.check_basic_ref(create_cfunction)
131 self.check_basic_callback(create_cfunction)
/external/python/cpython3/Modules/
D_testcapimodule.c3258 create_cfunction(PyObject *self, PyObject *args) in create_cfunction() function
3265 create_cfunction,
4714 {"create_cfunction", create_cfunction, METH_NOARGS},