Home
last modified time | relevance | path

Searched refs:PyBytes_Type (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dbytesobject.h27 PyAPI_DATA(PyTypeObject) PyBytes_Type;
32 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type)
/third_party/python/Objects/
Dbytesobject.c74 _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
Dobject.c1802 INIT_TYPE(PyBytes_Type); in _PyTypes_Init()
Dtypeobject.c5719 else if (PyType_IsSubtype(base, &PyBytes_Type)) { in inherit_special()
/third_party/python/Doc/c-api/
Dbytes.rst19 .. c:var:: PyTypeObject PyBytes_Type
/third_party/python/Modules/_sqlite/
Dcursor.c357 } else if (self->connection->text_factory == (PyObject*)&PyBytes_Type) { in _pysqlite_fetch_one_row()
/third_party/python/PC/
Dpython3dll.c735 EXPORT_DATA(PyBytes_Type)
/third_party/python/Doc/data/
Dstable_abi.dat34 var,PyBytes_Type,3.2,
/third_party/python/Python/
Dpystate.c1920 if (_register_xidata(xidregistry, &PyBytes_Type, _bytes_shared) != 0) { in _register_builtins_for_crossinterpreter_data()
Dbltinmodule.c3016 SETBUILTIN("bytes", &PyBytes_Type); in _PyBuiltin_Init()
/third_party/python/Misc/
Dstable_abi.txt356 data PyBytes_Type
/third_party/python/Tools/c-analyzer/
DTODO682 Objects/bytesobject.c:PyBytes_Type PyTypeObject PyBytes_Type
/third_party/python/Modules/
D_pickle.c2419 reduce_value = Py_BuildValue("(O())", (PyObject*)&PyBytes_Type); in save_bytes()
4306 if (type == &PyBytes_Type) { in save()
/third_party/python/Lib/test/
Dclinic.test142 h: object(subclass_of="&PyBytes_Type")
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1600 Objects/bytesobject.c - PyBytes_Type -