Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ exc_value
Method
exc_value
python/pyarrow/src/arrow/python/common.cc:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
PyObject* exc_type() const { return exc_type_.obj(); }
113
114
PyObject* exc_value() const { return exc_value_.obj(); }
115
116
static std::shared_ptr<PythonErrorDetail> FromPyError() {
117
PyObject* exc_type = nullptr;
Callers
1
ConvertPyError
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected