Searched refs:PyMNNSession_cache (Results 1 – 1 of 1) sorted by relevance
261 static PyObject* PyMNNSession_cache(PyMNNSession *self, PyObject *args);265 {"cache", (PyCFunction)PyMNNSession_cache, METH_VARARGS, "cache current session instance"},1207 static PyObject* PyMNNSession_cache(PyMNNSession *self, PyObject *args) { in PyMNNSession_cache() function