bundles / numpy 2.4.4 / numpy / testing / _private / extbuild / _make_methods
function
numpy.testing._private.extbuild:_make_methods
Signature
def _make_methods ( functions , modname ) Summary
Turns the name, signature, code in functions into complete functions and lists them in a methods_table. Then turns the methods_table into a PyMethodDef structure and returns the resulting code fragment ready for compilation
Aliases
-
numpy.testing.extbuild._make_methods