MCPcopy Create free account
hub / github.com/apache/arrow / exc_type

Method exc_type

python/pyarrow/src/arrow/python/common.cc:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 PyObject* exc_type() const { return exc_type_.obj(); }
113
114 PyObject* exc_value() const { return exc_value_.obj(); }
115

Callers 1

ConvertPyErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected