Searched refs:unwrap_variables (Results 1 – 1 of 1) sorted by relevance
21 static variable_list unwrap_variables(PyObject* py_variables);147 return unwrap_variables(PyTuple_GetItem(tup.get(), 0)); in operator ()()173 return unwrap_variables(PyTuple_GetItem(tup.get(), 0)); in operator ()()271 static variable_list unwrap_variables(PyObject* py_variables) { in unwrap_variables() function