MCPcopy Index your code
hub / github.com/numpy/numpy / gentitle

Function gentitle

numpy/f2py/auxfuncs.py:792–794  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

790
791
792def gentitle(name):
793 ln = (80 - len(name) - 6) // 2
794 return f"/*{ln * '*'} {name} {ln * '*'}*/"
795
796
797def flatlist(lst):

Callers 4

routsign2mapFunction · 0.85
cb_routsign2mapFunction · 0.85
buildusevarFunction · 0.85
rules.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…