Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
from
source.config
import
parse_config
6
7
def
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
11
if
__name__ ==
"__main__"
:
12
if
"--help"
in sys.argv:
Callers
1
dependencies.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected