Searched refs:PyBytes_Type (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Include/ |
D | bytesobject.h | 27 PyAPI_DATA(PyTypeObject) PyBytes_Type; 32 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type)
|
/third_party/python/Objects/ |
D | bytesobject.c | 74 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, 0); in bytes_create_empty_string_singleton() 130 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in _PyBytes_FromSize() 206 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in PyBytes_FromString() 1470 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in bytes_repeat() 2352 if (type != &PyBytes_Type && result != NULL) { in bytes_fromhex_impl() 2645 if (bytes != NULL && type != &PyBytes_Type) { in bytes_new_impl() 2866 assert(PyType_IsSubtype(type, &PyBytes_Type)); in bytes_subtype_new() 2894 PyTypeObject PyBytes_Type = { variable
|
D | object.c | 1802 INIT_TYPE(PyBytes_Type); in _PyTypes_Init()
|
D | typeobject.c | 5719 else if (PyType_IsSubtype(base, &PyBytes_Type)) { in inherit_special()
|
/third_party/python/Doc/c-api/ |
D | bytes.rst | 19 .. c:var:: PyTypeObject PyBytes_Type
|
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 357 } else if (self->connection->text_factory == (PyObject*)&PyBytes_Type) { in _pysqlite_fetch_one_row()
|
/third_party/python/PC/ |
D | python3dll.c | 735 EXPORT_DATA(PyBytes_Type)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 34 var,PyBytes_Type,3.2,
|
/third_party/python/Python/ |
D | pystate.c | 1920 if (_register_xidata(xidregistry, &PyBytes_Type, _bytes_shared) != 0) { in _register_builtins_for_crossinterpreter_data()
|
D | bltinmodule.c | 3016 SETBUILTIN("bytes", &PyBytes_Type); in _PyBuiltin_Init()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 356 data PyBytes_Type
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 682 Objects/bytesobject.c:PyBytes_Type PyTypeObject PyBytes_Type
|
/third_party/python/Modules/ |
D | _pickle.c | 2419 reduce_value = Py_BuildValue("(O())", (PyObject*)&PyBytes_Type); in save_bytes() 4306 if (type == &PyBytes_Type) { in save()
|
/third_party/python/Lib/test/ |
D | clinic.test | 142 h: object(subclass_of="&PyBytes_Type")
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1600 Objects/bytesobject.c - PyBytes_Type -
|