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.py125 create_cfunction = _testcapi.create_cfunction
126 f = create_cfunction()
131 self.check_basic_ref(create_cfunction)
132 self.check_basic_callback(create_cfunction)
/external/python/cpython3/Modules/
D_testcapimodule.c3802 create_cfunction(PyObject *self, PyObject *args) in create_cfunction() function
3809 create_cfunction,
5790 {"create_cfunction", create_cfunction, METH_NOARGS},