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

Method show_reset

modal_handler.py:81–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 raise BlockEvent()
80
81 def show_reset(self):
82 self.hide = False
83 self.selected_index = 0
84 update_word_list(TextBlock(bpy.context.space_data.text))
85
86 def update_hide(self, event):
87 if event.type in hide_event_types:

Callers 1

update_showMethod · 0.95

Calls 2

update_word_listFunction · 0.90
TextBlockClass · 0.90

Tested by

no test coverage detected