MCPcopy Create free account
hub / github.com/numpy/numpy / getrestdoc

Function getrestdoc

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

Source from the content-addressed store, hash-verified

759
760
761def getrestdoc(rout):
762 if 'f2pymultilines' not in rout:
763 return None
764 k = None
765 if rout['block'] == 'python module':
766 k = rout['block'], rout['name']
767 return rout['f2pymultilines'].get(k, None)
768
769
770def gentitle(name):

Callers 1

modsign2mapFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected