Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testlimitedcapi/
Dbytearray.c23 bytearray_fromstringandsize(PyObject *Py_UNUSED(module), PyObject *args) in bytearray_fromstringandsize() function
106 {"bytearray_fromstringandsize", bytearray_fromstringandsize, METH_VARARGS},
/external/python/cpython3/Lib/test/test_capi/
Dtest_bytearray.py48 fromstringandsize = _testlimitedcapi.bytearray_fromstringandsize