Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
792
def
gentitle(name):
793
ln = (80 - len(name) - 6) // 2
794
return
f
"/*{ln * '*'} {name} {ln * '*'}*/"
795
796
797
def
flatlist(lst):
Callers
4
routsign2map
Function · 0.85
cb_routsign2map
Function · 0.85
buildusevar
Function · 0.85
rules.py
File · 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…