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 0c33019 commit 2baf425Copy full SHA for 2baf425
mypyc/lib-rt/CPy.h
@@ -779,6 +779,8 @@ CPyTagged CPyBytes_GetItem(PyObject *o, CPyTagged index);
779
PyObject *CPyBytes_Concat(PyObject *a, PyObject *b);
780
PyObject *CPyBytes_Join(PyObject *sep, PyObject *iter);
781
CPyTagged CPyBytes_Ord(PyObject *obj);
782
+PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
783
+PyObject *CPyBytes_Rjust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
784
785
786
int CPyBytes_Compare(PyObject *left, PyObject *right);
0 commit comments