Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JacquesLucke/code_autocomplete
/ execute
Method
execute
text_operators.py:8–9 ·
view source on GitHub ↗
(self, text_block)
Source
from the content-addressed store, hash-verified
6
self.align = align
7
8
def
execute(self, text_block):
9
text_block.replace_current_word(self.target_word)
10
11
12
class
InsertTextOperator:
Callers
nothing calls this directly
Calls
1
replace_current_word
Method · 0.80
Tested by
no test coverage detected