Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytes_methods.c615 PyObject *count_obj; in _Py_bytes_count() local
635 count_obj = PyLong_FromSsize_t( in _Py_bytes_count()
642 return count_obj; in _Py_bytes_count()
/external/python/cpython2/Objects/
Dbytearrayobject.c1210 PyObject *count_obj; in bytearray_count() local
1220 count_obj = PyInt_FromSsize_t( in bytearray_count()
1224 return count_obj; in bytearray_count()