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

Method getTimeValue

Web/Python/paraview/web/protocols.py:1406–1408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1404
1405 @exportRpc("pv.time.value.get")
1406 def getTimeValue(self):
1407 anim = simple.GetAnimationScene()
1408 return anim.TimeKeeper.Time
1409
1410 @exportRpc("pv.time.values")
1411 def getTimeValues(self):

Callers

nothing calls this directly

Calls 1

GetAnimationSceneMethod · 0.45

Tested by

no test coverage detected