MCPcopy
hub / github.com/ManimCommunity/manim / __init__

Method __init__

manim/mobject/value_tracker.py:78–81  ·  view source on GitHub ↗
(self, value: float = 0, **kwargs: Any)

Source from the content-addressed store, hash-verified

76 """
77
78 def __init__(self, value: float = 0, **kwargs: Any) -> None:
79 super().__init__(**kwargs)
80 self.set(points=np.zeros((1, 3)))
81 self.set_value(value)
82
83 def get_value(self) -> float:
84 """Get the current value of this ValueTracker."""

Callers

nothing calls this directly

Calls 2

set_valueMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected