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

Method xml

Wrapping/Python/paraview/detail/pythonalgorithm.py:278–283  ·  view source on GitHub ↗
(xmlstr)

Source from the content-addressed store, hash-verified

276
277 @staticmethod
278 def xml(xmlstr):
279 def generate(func, attrs):
280 smdomain._append_xml(func, xmlstr)
281
282 return _create_decorator({},
283 generate_xml_func=generate)
284
285 @staticmethod
286 def doublerange(**kwargs):

Callers

nothing calls this directly

Calls 1

_create_decoratorFunction · 0.85

Tested by

no test coverage detected