Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c2062 const char *output_start, *del_table_chars=NULL; in bytes_translate_impl() local
2091 del_table_chars = PyBytes_AS_STRING(deletechars); in bytes_translate_impl()
2099 del_table_chars = del_table_view.buf; in bytes_translate_impl()
2104 del_table_chars = NULL; in bytes_translate_impl()
2145 trans_table[(int) Py_CHARMASK(del_table_chars[i])] = -1; in bytes_translate_impl()

Completed in 5 milliseconds