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

Function vtkVariantLessThan

Wrapping/Python/vtkmodules/util/vtkVariant.py:194–198  ·  view source on GitHub ↗

Return true if s1 < s2.

(s1, s2)

Source from the content-addressed store, hash-verified

192
193
194def vtkVariantLessThan(s1, s2):
195 """
196 Return true if s1 < s2.
197 """
198 return (vtkCommonCore.vtkVariant(s1) < vtkCommonCore.vtkVariant(s2))
199
200
201def vtkVariantEqual(s1, s2):

Callers

nothing calls this directly

Calls 1

vtkVariantMethod · 0.80

Tested by

no test coverage detected