MCPcopy
hub / github.com/cluic/wxauto / ParseMessage

Function ParseMessage

wxauto/elements.py:970–971  ·  view source on GitHub ↗
(data, control, wx)

Source from the content-addressed store, hash-verified

968}
969
970def ParseMessage(data, control, wx):
971 return message_types.get(data[0], FriendMessage)(data, control, wx)
972
973
974class LoginWnd:

Callers 1

_splitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected