MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / _BuildLocations

Function _BuildLocations

python/ycm/tests/vimsupport_test.py:61–68  ·  view source on GitHub ↗
( start_line, start_column, end_line, end_column )

Source from the content-addressed store, hash-verified

59
60
61def _BuildLocations( start_line, start_column, end_line, end_column ):
62 return {
63 'line_num' : start_line,
64 'column_num': start_column,
65 }, {
66 'line_num' : end_line,
67 'column_num': end_column,
68 }
69
70
71class VimsupportTest( TestCase ):

Calls

no outgoing calls

Tested by

no test coverage detected