We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c44b0 commit 270e126Copy full SHA for 270e126
mypyc/lib-rt/CPy.h
@@ -752,6 +752,7 @@ bool CPyStr_IsTrue(PyObject *obj);
752
Py_ssize_t CPyStr_Size_size_t(PyObject *str);
753
PyObject *CPy_Decode(PyObject *obj, PyObject *encoding, PyObject *errors);
754
PyObject *CPy_Encode(PyObject *obj, PyObject *encoding, PyObject *errors);
755
+Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, Py_ssize_t start);
756
CPyTagged CPyStr_Ord(PyObject *obj);
757
758
0 commit comments