You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / testing / _private / extbuild / _make_methods

function

numpy.testing._private.extbuild:_make_methods

source: /numpy/testing/_private/extbuild.py :128

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