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

Function print_help

Buildscripts/DevicetreeCompiler/dependencies.py:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5from source.config import parse_config
6
7def print_help():
8 print("Usage: python dependencies.py [path]\n")
9 print("\t[in_file] the path where the root devicetree.yaml file is")
10
11if __name__ == "__main__":
12 if "--help" in sys.argv:

Callers 1

dependencies.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected