Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testlimitedcapi/
Dbytes.c54 bytes_fromobject(PyObject *Py_UNUSED(module), PyObject *arg) in bytes_fromobject() function
235 {"bytes_fromobject", bytes_fromobject, METH_O},
/external/python/cpython3/Lib/test/test_capi/
Dtest_bytes.py80 fromobject = _testlimitedcapi.bytes_fromobject