Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_capi.py631 s = _testcapi.pyobject_bytes_from_null()
/third_party/python/Modules/
D_testcapimodule.c2371 pyobject_bytes_from_null(PyObject *self, PyObject *Py_UNUSED(ignored)) in pyobject_bytes_from_null() function
5677 {"pyobject_bytes_from_null", pyobject_bytes_from_null, METH_NOARGS},