Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Filters/Python/
H A DvtkPythonAlgorithm.cxx139 vtkSmartPyObject pyexc_string(PyObject_Str(sValue)); in GetPythonErrorString() local
140 if (pyexc_string) in GetPythonErrorString()
142 exc_string = PyString_AsString(pyexc_string); in GetPythonErrorString()