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

Method op

Wrapping/Python/vtkmodules/numpy_interface/algorithms.py:355–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353 """
354 class SumPerBlockImpl:
355 def op(self):
356 return sum
357
358 def op2(self):
359 return algs.sum

Callers 2

global_funcFunction · 0.45
_global_per_blockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected