MCPcopy Create free account
hub / github.com/Kitware/ParaView / intvector

Method intvector

Wrapping/Python/paraview/detail/pythonalgorithm.py:176–181  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

174
175 @staticmethod
176 def intvector(**kwargs):
177 attrs = {"type": "IntVectorProperty"}
178 attrs.update(kwargs)
179 return _create_decorator(attrs,
180 update_func=smproperty._update_vectorproperty_defaults,
181 generate_xml_func=smproperty._generate_xml)
182
183 @staticmethod
184 def doublevector(**kwargs):

Callers

nothing calls this directly

Calls 2

_create_decoratorFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected