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 0c80091 commit 849a7f7Copy full SHA for 849a7f7
mypyc/lib-rt/CPy.h
@@ -377,6 +377,8 @@ PyObject *CPyStr_GetItem(PyObject *str, CPyTagged index);
377
PyObject *CPyStr_Split(PyObject *str, PyObject *sep, CPyTagged max_split);
378
PyObject *CPyStr_Append(PyObject *o1, PyObject *o2);
379
PyObject *CPyStr_GetSlice(PyObject *obj, CPyTagged start, CPyTagged end);
380
+bool CPyStr_Startswith(PyObject *self, PyObject *subobj);
381
+bool CPyStr_Endswith(PyObject *self, PyObject *subobj);
382
383
384
// Set operations
0 commit comments