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

Function BorrowPandasDataOffsetType

python/pyarrow/src/arrow/python/helpers.cc:431–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431PyObject* BorrowPandasDataOffsetType() { return pandas_DateOffset; }
432
433Status InvalidValue(PyObject* obj, const std::string& why) {
434 auto obj_as_str = PyObject_StdStringRepr(obj);

Callers 3

ConvertMethod · 0.85
VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected