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

Function getrestdoc

numpy/f2py/auxfuncs.py:783–789  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

781
782
783def getrestdoc(rout):
784 if 'f2pymultilines' not in rout:
785 return None
786 k = None
787 if rout['block'] == 'python module':
788 k = rout['block'], rout['name']
789 return rout['f2pymultilines'].get(k, None)
790
791
792def gentitle(name):

Callers 1

modsign2mapFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…