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

Function read_properties_file

Tests/SdkIntegration/tactility.py:104–107  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

102 return f"http://{ip}:{ttport}{path}"
103
104def read_properties_file(path):
105 config = configparser.RawConfigParser()
106 config.read(path)
107 return config
108
109#endregion Core
110

Callers 1

read_manifestFunction · 0.70

Calls 1

readMethod · 0.45

Tested by

no test coverage detected