Home
last modified time | relevance | path

Searched defs:py_str (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c480 PyObject *py_str = 0, *junk = 0; in write_other() local
4207 PyObject *py_str = 0, *value = 0; in load_get() local
4368 PyObject *py_str = 0, *value = 0; in load_put() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1804 ScopedPyObjectPtr py_str(PyObject_Str(py_value.get())); in CheckAndGetInteger() local