MCPcopy
hub / github.com/xavierd/clang_complete / offset

Method offset

plugin/clang/cindex.py:142–144  ·  view source on GitHub ↗

Get the file offset represented by this source location.

(self)

Source from the content-addressed store, hash-verified

140
141 @property
142 def offset(self):
143 """Get the file offset represented by this source location."""
144 return self._get_instantiation()[3]
145
146 def __repr__(self):
147 if self.file:

Callers

nothing calls this directly

Calls 1

_get_instantiationMethod · 0.95

Tested by

no test coverage detected