Searched refs:cache_str (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | typeobject.c | 5022 static PyObject *cache_str; \ 5023 return call_method(self, OPSTR, &cache_str, "()"); \ 5030 static PyObject *cache_str; \ 5031 return call_method(self, OPSTR, &cache_str, "(" ARGCODES ")", arg1); \ 5073 static PyObject *cache_str, *rcache_str; \ 5091 self, OPSTR, &cache_str, "(O)", other); \ 5112 static PyObject *cache_str; \ 5113 return call_method(self, OPSTR, &cache_str, \ 5454 static PyObject *cache_str; local 5455 return call_method(self, "__ipow__", &cache_str, "(" "O" ")", arg1);
|