Home | History | Annotate | Download | only in Objects

Lines Matching full:del_table_chars

2097     const char *output_start, *del_table_chars=NULL;
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;