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

Method get

cpp/gdb_arrow.py:388–392  ·  view source on GitHub ↗

Return the underlying pointer (a T*).

(self)

Source from the content-addressed store, hash-verified

386 self._ptr = gdb.parse_and_eval(f"{for_evaluation(val)}.get()")
387
388 def get(self):
389 """
390 Return the underlying pointer (a T*).
391 """
392 return self._ptr
393
394 @property
395 def value(self):

Calls

no outgoing calls

Tested by

no test coverage detected