Searched refs:PyBytes_CheckExact (Results 1 – 21 of 21) sorted by relevance
25 #define STRINGLIB_CHECK_EXACT PyBytes_CheckExact
61 if (PyBytes_CheckExact(item)) { in STRINGLIB()
5 #define PyBytes_CheckExact PyString_CheckExact macro
1448 if (va.len == 0 && PyBytes_CheckExact(b)) { in bytes_concat()1453 if (vb.len == 0 && PyBytes_CheckExact(a)) { in bytes_concat()1497 if (size == Py_SIZE(a) && PyBytes_CheckExact(a)) { in bytes_repeat()1699 PyBytes_CheckExact(self)) { in bytes_subscript()1977 if (i == 0 && j == len && PyBytes_CheckExact(self)) { in do_xstrip()2007 if (i == 0 && j == len && PyBytes_CheckExact(self)) { in do_strip()2175 if (!changed && PyBytes_CheckExact(input_obj)) { in bytes_translate_impl()2205 if (!changed && PyBytes_CheckExact(input_obj)) { in bytes_translate_impl()2771 if (PyBytes_CheckExact(x)) { in PyBytes_FromObject()2893 if (Py_REFCNT(*pv) == 1 && PyBytes_CheckExact(*pv)) { in PyBytes_Concat()[all …]
428 || PyBytes_CheckExact(op) in _PyCode_ConstantKey()
30 if (PyBytes_CheckExact(arg)) { in _getbytevalue()
1454 if (va.len == 0 && PyBytes_CheckExact(b)) { in bytes_concat()1459 if (vb.len == 0 && PyBytes_CheckExact(a)) { in bytes_concat()1503 if (size == Py_SIZE(a) && PyBytes_CheckExact(a)) { in bytes_repeat()1692 PyBytes_CheckExact(self)) { in bytes_subscript()1970 if (i == 0 && j == len && PyBytes_CheckExact(self)) { in do_xstrip()2000 if (i == 0 && j == len && PyBytes_CheckExact(self)) { in do_strip()2168 if (!changed && PyBytes_CheckExact(input_obj)) { in bytes_translate_impl()2198 if (!changed && PyBytes_CheckExact(input_obj)) { in bytes_translate_impl()2800 if (PyBytes_CheckExact(x)) { in PyBytes_FromObject()2925 if (Py_REFCNT(*pv) == 1 && PyBytes_CheckExact(*pv)) { in PyBytes_Concat()[all …]
507 || PyBytes_CheckExact(op) in _PyCode_ConstantKey()
618 if (PyBytes_CheckExact(v)) { in PyObject_Bytes()
49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
114 assert(PyBytes_CheckExact(marshalled)); in main()
31 .. c:function:: int PyBytes_CheckExact(PyObject *o)
921 if (PyBytes_CheckExact(initvalue)) { in _io_BytesIO___init___impl()
2645 if (PyBytes_CheckExact(self->data) && Py_REFCNT(self->data) == 1 && in treebuilder_handle_data()2646 PyBytes_CheckExact(data) && PyBytes_GET_SIZE(data) == 1) { in treebuilder_handle_data()3628 else if (!PyBytes_CheckExact(buffer) || PyBytes_GET_SIZE(buffer) == 0) { in _elementtree_XMLParser__parse_whole()
228 assert(PyBytes_CheckExact(self->read_buffer)); in _winapi_Overlapped_GetOverlappedResult_impl()
705 assert(PyBytes_CheckExact(self->allocated_buffer)); in Overlapped_getresult()
491 if (PyBytes_CheckExact(string) && in getslice()
146 || PyBytes_CheckExact(value)) in validate_constant()325 if (!PyBytes_CheckExact(b)) { in validate_expr()5236 assert(bytesmode ? PyBytes_CheckExact(s) : in parsestrplus()
443 else if (PyBytes_CheckExact(v)) { in w_complex_object()
789 if (!PyUnicode_CheckExact(obj) && !PyBytes_CheckExact(obj)) { in obj2ast_string()798 if (!PyBytes_CheckExact(obj)) { in obj2ast_bytes()
121 PyBytes_CheckExact:int:::122 PyBytes_CheckExact:PyObject*:o:0: