Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h869 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
/third_party/python/Doc/data/
Dstable_abi.dat750 function,PyUnicode_Partition,3.2,
/third_party/python/PC/
Dpython3dll.c675 EXPORT_FUNC(PyUnicode_Partition)
/third_party/python/Misc/
Dstable_abi.txt1446 function PyUnicode_Partition
/third_party/python/Objects/
Dunicodeobject.c13507 PyUnicode_Partition(PyObject *str_obj, PyObject *sep_obj) in PyUnicode_Partition() function
13629 return PyUnicode_Partition(self, sep); in unicode_partition()