Searched refs:del_table_chars (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytesobject.c2097 const char *output_start, *del_table_chars=NULL; local
2126 del_table_chars = PyBytes_AS_STRING(deletechars);
2134 del_table_chars = del_table_view.buf;
2139 del_table_chars = NULL;
2180 trans_table[(int) Py_CHARMASK(del_table_chars[i])] = -1;

Completed in 147 milliseconds