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.py173 create_cfunction = _testcapi.create_cfunction
174 f = create_cfunction()
179 self.check_basic_ref(create_cfunction)
180 self.check_basic_callback(create_cfunction)
/external/python/cpython3/Modules/
D_testcapimodule.c1492 create_cfunction(PyObject *self, PyObject *args) in create_cfunction() function
1499 create_cfunction,
3399 {"create_cfunction", create_cfunction, METH_NOARGS},