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

Method line

plugin/clang/cindex.py:132–134  ·  view source on GitHub ↗

Get the line represented by this source location.

(self)

Source from the content-addressed store, hash-verified

130
131 @property
132 def line(self):
133 """Get the line represented by this source location."""
134 return self._get_instantiation()[1]
135
136 @property
137 def column(self):

Callers

nothing calls this directly

Calls 1

_get_instantiationMethod · 0.95

Tested by

no test coverage detected