Home
last modified time | relevance | path

Searched refs:dispatch_table_str (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c135 *dispatch_table_str; variable
3139 self->dispatch_table = PyObject_GetAttr(m, dispatch_table_str); in newPicklerobject()
5906 dispatch_table = PyObject_GetAttr(copyreg, dispatch_table_str); in init_stuff()