HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/errorMark.h"
#include <hboost/python/default_call_policies.hpp>
Go to the source code of this file.
Classes | |
class | TfPyRaiseOnError< Base > |
struct | TfPyRaiseOnError< Base >::ErrorMarkAndArgs< BaseArgs > |
struct | Tf_PyErrorClearer |
Functions | |
PXR_NAMESPACE_OPEN_SCOPE TF_API bool | TfPyConvertTfErrorsToPythonException (TfErrorMark const &m) |
TF_API void | TfPyConvertPythonExceptionToTfErrors () |
Convert the current python exception to TfError objects and post them to the error system. User code should generally not have to call this, unless it's manually bridging between C++ & Python.
PXR_NAMESPACE_OPEN_SCOPE TF_API bool TfPyConvertTfErrorsToPythonException | ( | TfErrorMark const & | m | ) |
Converts any TfError objects in m into python exceptions. User code should generally not have to call this. User code should generally not have to call this, unless it's manually bridging between C++ & Python.