Searched refs:sep_char (Results 1 – 2 of 2) sorted by relevance
13 Py_UCS1 sep_char = 0; in _Py_strhex_impl() local30 sep_char = PyUnicode_READ_CHAR(sep, 0); in _Py_strhex_impl()33 sep_char = PyBytes_AS_STRING(sep)[0]; in _Py_strhex_impl()39 if (sep_char > 127 && !return_bytes) { in _Py_strhex_impl()110 retbuf[j++] = sep_char; in _Py_strhex_impl()128 retbuf[j--] = sep_char; in _Py_strhex_impl()
486 alphanumeric character or an underscore (see @var{sep_char} option).491 @item sep_char, s