MCPcopy Index your code
hub / github.com/JacquesLucke/code_autocomplete / insert

Method insert

text_block.py:109–111  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

107 return existing_words
108
109 def insert(self, text):
110 self.make_active()
111 bpy.ops.text.insert(text = text)
112
113 def get_current_text_after_pattern(self, pattern):
114 return self.get_text_after_pattern(pattern, self.text_before_cursor)

Callers 6

replace_current_wordMethod · 0.95
delete_selectionMethod · 0.95
executeMethod · 0.80
replace_matchFunction · 0.80
insert_snippetMethod · 0.80
insert_snippetMethod · 0.80

Calls 1

make_activeMethod · 0.95

Tested by

no test coverage detected