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

Function has_group

device.py:57–58  ·  view source on GitHub ↗
(properties: ConfigParser, group: str)

Source from the content-addressed store, hash-verified

55 return read_properties_file(device_file_path)
56
57def has_group(properties: ConfigParser, group: str):
58 return group in properties.sections()
59
60def get_property_or_exit(properties: ConfigParser, group: str, key: str):
61 if group not in properties.sections():

Callers 1

write_lvgl_variablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected