MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / makefile

Function makefile

tools/python-3.11.9-amd64/Tools/scripts/texi2html.py:1969–1971  ·  view source on GitHub ↗
(nodename)

Source from the content-addressed store, hash-verified

1967
1968# Convert a node name into a file name
1969def makefile(nodename):
1970 nodename = nodename.strip()
1971 return fixfunnychars(nodename) + '.html'
1972
1973
1974# Characters that are perfectly safe in filenames and hyperlinks

Callers 10

flushMethod · 0.70
linkMethod · 0.70
finalizeMethod · 0.70
processMethod · 0.70
makerefMethod · 0.70
do_nodeMethod · 0.70
linkMethod · 0.70
listcontentsMethod · 0.70
prindexMethod · 0.70
dumpindexMethod · 0.70

Calls 2

fixfunnycharsFunction · 0.85
stripMethod · 0.80

Tested by

no test coverage detected