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

Class BlockEvent

modal_handler.py:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8from script_auto_complete.documentation import *
9
10class BlockEvent(Exception):
11 pass
12
13show_event_types = ["BACK_SPACE", "PERIOD", "SPACE", "COMMA", "ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE",
14 "DEL", "SEMI_COLON", "MINUS", "RIGHT_BRACKET", "LEFT_BRACKET", "SLASH"] + \

Calls

no outgoing calls

Tested by

no test coverage detected