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 a0dbc81 commit 25698e2Copy full SHA for 25698e2
mypyc/lib-rt/CPy.h
@@ -767,6 +767,8 @@ CPyTagged CPyBytes_GetItem(PyObject *o, CPyTagged index);
767
PyObject *CPyBytes_Concat(PyObject *a, PyObject *b);
768
PyObject *CPyBytes_Join(PyObject *sep, PyObject *iter);
769
CPyTagged CPyBytes_Ord(PyObject *obj);
770
+PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
771
+PyObject *CPyBytes_Rjust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
772
773
774
int CPyBytes_Compare(PyObject *left, PyObject *right);
0 commit comments