MCPcopy Create free account

hub / github.com/ycm-core/YouCompleteMe / functions

Functions902 in github.com/ycm-core/YouCompleteMe

FunctionYouCompleteMeInstance
Defines a decorator function for tests that passes a unique YouCompleteMe instance as a parameter. This instance is initialized with the default opt
python/ycm/tests/__init__.py:106
Method_BasicResponseTest
( command, response )
python/ycm/tests/client/command_request_test.py:180
Method_Draw
( self )
python/ycm/semantic_highlighting.py:111
Method_Draw
( self )
python/ycm/inlay_hints.py:77
Method_MakeRequest
( data, handler, method, timeout, payload )
python/ycm/client/base_request.py:158
Function_MockVimCommand
( command )
python/ycm/tests/test_utils.py:360
Function_MockVimEval
( value )
python/ycm/tests/test_utils.py:310
Function_MockVimOptions
( option )
python/ycm/tests/test_utils.py:390
Method_NewRequest
( self, request_range )
python/ycm/semantic_highlighting.py:105
Method_NewRequest
( self, request_range )
python/ycm/inlay_hints.py:63
Method_ThreadMain
( self )
python/ycm/client/ycmd_keepalive.py:37
Method__eq__
( self, other )
python/ycm/vimsupport.py:272
Method__eq__
( self, other )
python/ycm/tests/test_utils.py:599
Method__eq__
( self, other )
python/ycm/tests/test_utils.py:641
Method__getitem__
Returns the bytes for a given line at index |index|.
python/ycm/tests/test_utils.py:445
Method__getitem__
Emulates vim.buffers[ number ]
python/ycm/tests/test_utils.py:483
Method__getitem__
Emulates vim.buffers[ number ]
python/ycm/tests/test_utils.py:507
Method__getitem__
Emulates vim.windows[ number ]
python/ycm/tests/test_utils.py:558
Method__getitem__
( self, key )
python/ycm/tests/test_utils.py:615
Method__getitem__
( self, key )
python/ycm/tests/test_utils.py:654
Method__init__
( self, data, distance : int )
python/ycm/hierarchy_tree.py:24
Method__init__
( self )
python/ycm/hierarchy_tree.py:65
Method__init__
( self, bufnr )
python/ycm/scrolling_range.py:29
Method__init__
( self, popup_win_id = None, state = INACTIVE )
python/ycm/signature_help.py:30
Method__init__
( self, default_options = {} )
python/ycm/youcompleteme.py:102
Method__init__
( self, user_options )
python/ycm/omni_completer.py:30
Method__init__
( self, name, lines = None )
python/ycm/syntax_parse.py:57
Method__init__
( self, config_or_filters )
python/ycm/diagnostic_filter.py:22
Method__init__
( self, all_filters )
python/ycm/diagnostic_filter.py:45
Method__init__
( self, future, fn, args, kwargs )
python/ycm/unsafe_thread_pool_executor.py:31
Method__init__
Initializes a new ThreadPoolExecutor instance. Args: max_workers: The maximum number of threads that can be used to execute t
python/ycm/unsafe_thread_pool_executor.py:75
Method__init__
( self, bufnr )
python/ycm/semantic_highlighting.py:100
Method__init__
( self, bufnr, user_options )
python/ycm/diagnostic_interface.py:27
Method__init__
( self, bufnr, user_options, filetypes )
python/ycm/buffer.py:31
Method__init__
( self, user_options )
python/ycm/buffer.py:154
Method__init__
( self, ping_interval_seconds = 60 * 10 )
python/ycm/client/ycmd_keepalive.py:27
Method__init__
( self, request_data )
python/ycm/client/semantic_tokens_request.py:29
Method__init__
( self )
python/ycm/client/shutdown_request.py:24
Method__init__
( self, completion_request: CompletionRequest, request_data )
python/ycm/client/resolve_completion_request.py:30
Method__init__
( self, request_data )
python/ycm/client/inlay_hints_request.py:29
Method__init__
( self, filetype )
python/ycm/client/signature_help_request.py:80
Method__init__
( self )
python/ycm/client/base_request.py:43
Method__init__
( self, omni_completer, request_data )
python/ycm/client/omni_completion_request.py:22
Method__init__
( self, arguments, extra_data = None, silent = False,
python/ycm/client/command_request.py:33
Method__init__
( self, event_name, buffer_number = None, extra_data = None )
python/ycm/client/event_notification.py:22
Method__init__
( self, extra_data = None )
python/ycm/client/debug_info_request.py:22
Method__init__
( self, buff )
python/ycm/client/messages_request.py:30
Method__init__
( self, filetypes )
python/ycm/client/completer_available_request.py:22
Method__init__
( self, request_data )
python/ycm/client/completion_request.py:31
Method__init__
( self, response, exception )
python/ycm/tests/mock_utils.py:26
Method__init__
( self, done, response = None, exception = None )
python/ycm/tests/mock_utils.py:46
Method__init__
( self, name, number = 1, contents = [ '' ],
python/ycm/tests/test_utils.py:417
Method__init__
|buffers| is a list of VimBuffer objects.
python/ycm/tests/test_utils.py:478
Method__init__
|buffers| is a list of VimBuffer objects.
python/ycm/tests/test_utils.py:501
Method__init__
( self, tabpage, number, buffer_object, cursor = None )
python/ycm/tests/test_utils.py:527
Method__init__
|buffers| is a list of VimBuffer objects corresponding to the window layout. The first element of that list is assumed to be the current window.
python/ycm/tests/test_utils.py:545
Method__init__
( self, current_window )
python/ycm/tests/test_utils.py:575
Method__init__
( self, prop_type, start_line, start_column, e
python/ycm/tests/test_utils.py:584
Method__init__
( self, line, name, bufnr )
python/ycm/tests/test_utils.py:635
Method__init__
( self, code )
python/ycm/tests/test_utils.py:717
Method__iter__
Emulates for loop on vim.buffers
python/ycm/tests/test_utils.py:491
Method__iter__
Emulates for loop on vim.buffers
python/ycm/tests/test_utils.py:515
Method__iter__
Emulates for loop on vim.windows
python/ycm/tests/test_utils.py:566
Method__len__
( self )
python/ycm/tests/test_utils.py:450
Method__missing__
( self, key )
python/ycm/buffer.py:158
Method__missing__
( self, filetype )
python/ycm/client/signature_help_request.py:26
Method__repr__
( self )
python/ycm/tests/test_utils.py:471
Method__repr__
( self )
python/ycm/tests/test_utils.py:536
Method__repr__
( self )
python/ycm/tests/test_utils.py:607
Method__repr__
( self )
python/ycm/tests/test_utils.py:649
Method__setitem__
( self, key, value )
python/ycm/tests/test_utils.py:454
Method__str__
( self )
python/ycm/tests/test_utils.py:721
Function_worker
( executor_reference, work_queue )
python/ycm/unsafe_thread_pool_executor.py:50
Functiondecorator
( test )
python/ycm/tests/test_utils.py:757
MethodsetUp
( self )
python/ycm/tests/client/command_request_test.py:96
MethodtearDown
( self )
python/ycm/tests/client/command_request_test.py:100
Methodtest_AdjustCandidateInsertionText_Basic
( self )
python/ycm/tests/base_test.py:50
Methodtest_AdjustCandidateInsertionText_DontTouchAbbr
( self )
python/ycm/tests/base_test.py:119
Methodtest_AdjustCandidateInsertionText_MoreThanWordMatchingAfterCursor
( self )
python/ycm/tests/base_test.py:78
Methodtest_AdjustCandidateInsertionText_MultipleStrings
( self )
python/ycm/tests/base_test.py:106
Methodtest_AdjustCandidateInsertionText_NoAbbr
( self )
python/ycm/tests/base_test.py:126
Methodtest_AdjustCandidateInsertionText_NotSuffix
( self )
python/ycm/tests/base_test.py:90
Methodtest_AdjustCandidateInsertionText_NothingAfterCursor
( self )
python/ycm/tests/base_test.py:97
Methodtest_AdjustCandidateInsertionText_ParenInTextAfterCursor
( self )
python/ycm/tests/base_test.py:57
Methodtest_AdjustCandidateInsertionText_PlusInTextAfterCursor
( self )
python/ycm/tests/base_test.py:64
Methodtest_AdjustCandidateInsertionText_WhitespaceInTextAfterCursor
( self )
python/ycm/tests/base_test.py:71
Methodtest_AllFields
( self )
python/ycm/tests/client/completion_request_test.py:48
Methodtest_BasicResponse
( self )
python/ycm/tests/client/command_request_test.py:179
Methodtest_BufferIsVisibleForFilename
( self )
python/ycm/tests/vimsupport_test.py:1480
Methodtest_BuildRequestData_AddWorkingDir
( self, *args )
python/ycm/tests/client/base_request_test.py:30
Methodtest_BuildRequestData_AddWorkingDirWithFileName
( self, *args )
python/ycm/tests/client/base_request_test.py:38
Methodtest_CloseBuffersForFilename
( self )
python/ycm/tests/vimsupport_test.py:1493
Methodtest_CommaSeparatedFiletypes
( self )
python/ycm/tests/diagnostic_filter_test.py:129
Methodtest_ConvertDiagnosticToTextProperties
( self )
python/ycm/tests/diagnostic_interface_test.py:106
Methodtest_ConvertDiagnosticWithInvalidLineNum
( self )
python/ycm/tests/diagnostic_interface_test.py:149
Methodtest_CurrentIdentifierFinished_Basic
( self )
python/ycm/tests/base_test.py:234
Methodtest_CurrentIdentifierFinished_Html
( self )
python/ycm/tests/base_test.py:278
Methodtest_CurrentIdentifierFinished_InMiddleOfLine
( self )
python/ycm/tests/base_test.py:266
Methodtest_CurrentIdentifierFinished_InvalidColumn
( self )
python/ycm/tests/base_test.py:254
Methodtest_CurrentIdentifierFinished_NothingBeforeColumn
( self )
python/ycm/tests/base_test.py:246
← previousnext →501–600 of 902, ranked by callers