MCPcopy Create free account
hub / github.com/Kitware/VTK / new_ufunc

Function new_ufunc

Wrapping/Python/vtkmodules/numpy_interface/numpy_algorithms.py:44–45  ·  view source on GitHub ↗
(array, *args)

Source from the content-addressed store, hash-verified

42
43 Note that this function is mainly for internal use by this module."""
44 def new_ufunc(array, *args):
45 return apply_ufunc(ufunc, array, args)
46 return new_ufunc
47
48def apply_dfunc(dfunc, array1, val2):

Callers

nothing calls this directly

Calls 1

apply_ufuncFunction · 0.85

Tested by

no test coverage detected