Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c2120 static PyMappingMethods bytearray_as_mapping = { variable
2248 &bytearray_as_mapping, /* tp_as_mapping */
/external/python/cpython2/Objects/
Dbytearrayobject.c2819 static PyMappingMethods bytearray_as_mapping = { variable
2931 &bytearray_as_mapping, /* tp_as_mapping */