Searched refs:PyByteArray_Type (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Include/ |
D | bytearrayobject.h | 20 PyAPI_DATA(PyTypeObject) PyByteArray_Type; 24 #define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type) 25 #define PyByteArray_CheckExact(self) Py_IS_TYPE((self), &PyByteArray_Type)
|
/external/python/cpython3/Doc/c-api/ |
D | bytearray.rst | 16 .. c:var:: PyTypeObject PyByteArray_Type
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 85 return PyObject_CallOneArg((PyObject *)&PyByteArray_Type, input); in PyByteArray_FromObject() 125 new = PyObject_New(PyByteArrayObject, &PyByteArray_Type); in PyByteArray_FromStringAndSize() 2155 PyObject *result = _PyBytes_FromHex(string, type == &PyByteArray_Type); in bytearray_fromhex_impl() 2156 if (type != &PyByteArray_Type && result != NULL) { in bytearray_fromhex_impl() 2389 PyTypeObject PyByteArray_Type = { variable
|
D | object.c | 2248 &PyByteArray_Type,
|
D | typeobject.c | 10917 || type == &PyByteArray_Type in expect_manually_inherited()
|
/external/python/cpython3/Modules/_sqlite/ |
D | module.c | 133 || type == &PyUnicode_Type || type == &PyByteArray_Type) { in pysqlite_register_adapter_impl()
|
D | cursor.c | 422 } else if (self->connection->text_factory == (PyObject*)&PyByteArray_Type) { in _pysqlite_fetch_one_row()
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 14 Objects/bytearrayobject.c - PyByteArray_Type -
|
/external/python/cpython3/PC/ |
D | python3dll.c | 794 EXPORT_DATA(PyByteArray_Type)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 29 data,PyByteArray_Type,3.2,,
|
D | python3.13.abi | 1475 …<elf-symbol name='PyByteArray_Type' size='416' type='object-type' binding='global-binding' visibil… 4867 …PyByteArray_Type' type-id='type-id-266' mangled-name='PyByteArray_Type' visibility='default' filep…
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 2487 (PyObject *) &PyByteArray_Type); in save_bytearray() 2493 (PyObject *) &PyByteArray_Type, in save_bytearray() 4353 else if (type == &PyByteArray_Type) { in save()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 627 Objects/bytearrayobject.c:PyByteArray_Type PyTypeObject PyByteArray_Type
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 3169 SETBUILTIN("bytearray", &PyByteArray_Type); in _PyBuiltin_Init()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 422 [data.PyByteArray_Type]
|