Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c187 _Py_Mangle(PyObject *privateobj, PyObject *ident) in _Py_Mangle() argument
194 if (privateobj == NULL || !PyString_Check(privateobj) || in _Py_Mangle()
199 p = PyString_AsString(privateobj); in _Py_Mangle()