MCPcopy Index your code
hub / github.com/TapWithUs/tap-python-sdk / get_command

Method get_command

tapsdk/inputmodes.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 COMMAND_PREFIX = bytearray([0x3, 0xc, 0x0])
32
33 def get_command(self):
34 return self.COMMAND_PREFIX + self.code
35
36 def __repr__(self):
37 return self.name

Calls

no outgoing calls