Home
last modified time | relevance | path

Searched refs:PyUnicode_Partition (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h865 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
/third_party/python/PC/
Dpython3dll.c688 EXPORT_FUNC(PyUnicode_Partition)
/third_party/python/Doc/data/
Dstable_abi.dat770 function,PyUnicode_Partition,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1538 [function.PyUnicode_Partition]
/third_party/python/Objects/
Dunicodeobject.c13192 PyUnicode_Partition(PyObject *str_obj, PyObject *sep_obj) in PyUnicode_Partition() function
13314 return PyUnicode_Partition(self, sep); in unicode_partition()