Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/CMake/TestingSuite/
H A DTestDriverPython.cmake.in14 ERROR_VARIABLE python_error
20 IF(python_error)
21 MESSAGE("Call Error: Begin\n${python_error}")
H A DTestDriverPythonScript.cmake.in16 ERROR_VARIABLE python_error
22 IF(python_error)
23 MESSAGE("Call Error: Begin\n${python_error}")
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/CMake/TestingSuite/
H A DTestDriverPython.cmake.in20 ERROR_VARIABLE python_error
26 IF(python_error)
27 MESSAGE("Call Error: Begin\n${python_error}")
H A DTestDriverPythonScript.cmake.in25 ERROR_VARIABLE python_error
31 IF(python_error)
32 MESSAGE("Call Error: Begin\n${python_error}")
/dports/math/py-pdal/PDAL-2.3.5/pdal/
H A DPyPipeline.hpp53 class python_error : public std::runtime_error
56 inline python_error(std::string const& msg) : std::runtime_error(msg)
H A DPyPipeline.cpp158 throw python_error("call execute() before fetching arrays");
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dfast_css_transform.cpp79 class python_error : public std::runtime_error { class
81 python_error(const char *msg) : std::runtime_error(msg) {} in python_error() function in python_error
391 if (ans == NULL) throw python_error("Failed to convert token value to python unicode object"); in get_text_as_python()
417 …if (PyUnicode_READY(src) != 0) throw python_error("Failed to set token value from unicode object a… in set_text()
1228 } catch (python_error &ex) { \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/python/
H A Dpython-grammar.c72 #define yyerror python_error