MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / decodeEvent

Function decodeEvent

scintilla/include/Face.py:18–22  ·  view source on GitHub ↗
(featureVal)

Source from the content-addressed store, hash-verified

16 return retType, name, value, param1, param2
17
18def decodeEvent(featureVal):
19 retType, rest = featureVal.split(" ", 1)
20 nameIdent, params = rest.split("(")
21 name, value = nameIdent.split("=")
22 return retType, name, value
23
24def decodeParam(p):
25 param = p.strip()

Callers 1

ReadFromFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected