MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / get_properties_file_path

Function get_properties_file_path

device.py:36–37  ·  view source on GitHub ↗
(device_id: str)

Source from the content-addressed store, hash-verified

34 print("\t--dev developer options (limit to 4MB partition table)")
35
36def get_properties_file_path(device_id: str):
37 return os.path.join(DEVICES_DIRECTORY, device_id, "device.properties")
38
39def read_file(path: str):
40 with open(path, "r") as file:

Callers 2

read_device_propertiesFunction · 0.85
mainFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected