MCPcopy Create free account
hub / github.com/JacquesLucke/code_autocomplete / line_break

Method line_break

text_block.py:307–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 bpy.ops.text.delete(type = "PREVIOUS_CHARACTER")
306
307 def line_break(self):
308 self.make_active()
309 bpy.ops.text.line_break()
310
311 def make_active(self):
312 bpy.context.space_data.text = self.text_block

Callers 1

insert_snippetMethod · 0.80

Calls 1

make_activeMethod · 0.95

Tested by

no test coverage detected