File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -612,6 +612,11 @@ APIs:
612612 decref'ing the returned objects.
613613
614614
615+ .. c:function:: const char* PyUnicode_GetDefaultEncoding(void)
616+
617+ Return the default encoding format of the string.
618+
619+
615620.. c:function:: Py_ssize_t PyUnicode_GetLength(PyObject *unicode)
616621
617622 Return the length of the Unicode object, in code points.
Original file line number Diff line number Diff line change @@ -2750,6 +2750,9 @@ PyUnicode_FromFormatV:PyObject*::+1:
27502750PyUnicode_FromFormatV:const char*:format::
27512751PyUnicode_FromFormatV:va_list:args::
27522752
2753+ PyUnicode_GetDefaultEncoding:const char*:::
2754+ PyUnicode_GetDefaultEncoding::void::
2755+
27532756PyUnicode_GetLength:Py_ssize_t:::
27542757PyUnicode_GetLength:PyObject*:unicode:0:
27552758
You can’t perform that action at this time.
0 commit comments