Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ gentitle
Function
gentitle
numpy/f2py/auxfuncs.py:770–772 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
768
769
770
def
gentitle(name):
771
ln = (80 - len(name) - 6) // 2
772
return
'/*%s %s %s*/'
% (ln *
'*'
, name, ln *
'*'
)
773
774
775
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