Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
5
set_input_mode
Method · 0.80
test_input_mode_basic
Function · 0.80
test_input_mode_raw_with_sensitivity
Function · 0.80
test_input_mode_raw_with_partial_sensitivity
Function · 0.80
test_input_mode_raw_scaled
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_input_mode_basic
Function · 0.64
test_input_mode_raw_with_sensitivity
Function · 0.64
test_input_mode_raw_with_partial_sensitivity
Function · 0.64
test_input_mode_raw_scaled
Function · 0.64