Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py814 s = _testcapi.pyobject_bytes_from_null()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2521 pyobject_bytes_from_null(PyObject *self, PyObject *Py_UNUSED(ignored)) in pyobject_bytes_from_null() function
6472 {"pyobject_bytes_from_null", pyobject_bytes_from_null, METH_NOARGS},