Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ test_generic_set
Function
test_generic_set
tests/module/mobject/mobject/test_get_set.py:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
test_generic_set():
11
m = Mobject()
12
m.set(test=0)
13
14
assert m.test == 0
15
16
17
@pytest.mark.filterwarnings(
"ignore::DeprecationWarning"
)
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
Mobject
Class · 0.90
Tested by
no test coverage detected