Searched refs:PyUnicode_Join (Results 1 – 18 of 18) sorted by relevance
| /third_party/python/Objects/ |
| D | accu.c | 12 ret = PyUnicode_Join(sep, lst); in join_list_unicode()
|
| D | namespaceobject.c | 128 pairsrepr = PyUnicode_Join(separator, pairs); in namespace_repr()
|
| D | unicodeobject.c | 10366 PyUnicode_Join(PyObject *separator, PyObject *seq) in PyUnicode_Join() function 12761 return PyUnicode_Join(self, iterable); in unicode_join()
|
| D | typeobject.c | 4487 joined = PyUnicode_Join(comma, sorted_methods); in object_new()
|
| /third_party/python/Include/ |
| D | unicodeobject.h | 922 PyAPI_FUNC(PyObject*) PyUnicode_Join(
|
| /third_party/python/Modules/ |
| D | _operator.c | 1364 return PyUnicode_Join(*attrsep, attr); in dotjoinattr() 1636 joinedargreprs = PyUnicode_Join(sep, argreprs); in methodcaller_repr()
|
| D | _sre.c | 1205 item = PyUnicode_Join(joiner, list); in pattern_subx() 1362 flags_result = PyUnicode_Join(sep, flag_items); in pattern_repr()
|
| D | _asynciomodule.c | 1401 PyObject *rinfo_s = PyUnicode_Join(NULL, rinfo); in FutureObj_repr()
|
| D | _elementtree.c | 160 result = PyUnicode_Join(joiner, list); in list_join()
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 749 function,PyUnicode_Join,3.2,
|
| D | refcounts.dat | 2673 PyUnicode_Join:PyObject*::+1: 2674 PyUnicode_Join:PyObject*:separator:0: 2675 PyUnicode_Join:PyObject*:seq:0:
|
| /third_party/python/PC/ |
| D | python3dll.c | 674 EXPORT_FUNC(PyUnicode_Join)
|
| /third_party/python/Modules/_io/ |
| D | textio.c | 2018 Py_XSETREF(result, PyUnicode_Join(_PyIO_empty_str, chunks)); in _io_TextIOWrapper_read_impl() 2283 line = PyUnicode_Join(_PyIO_empty_str, chunks); in _textiowrapper_readline()
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1444 function PyUnicode_Join
|
| D | HISTORY | 16465 - Issue #3460: PyUnicode_Join() implementation is 10% to 80% faster thanks
|
| /third_party/python/Python/ |
| D | ceval.c | 4594 tmp = PyUnicode_Join(comma, names); in format_missing() 4754 PyObject* error_names = PyUnicode_Join(comma, posonly_names); in positional_only_passed_as_keyword()
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1612 .. c:function:: PyObject* PyUnicode_Join(PyObject *separator, PyObject *seq)
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.3.rst | 2479 :c:func:`PyUnicode_Concat()`, :c:func:`PyUnicode_Join` or
|