Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ get_attributes
Method
get_attributes
dm_control/mjcf/base.py:184–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
183
@abc.abstractmethod
184
def
get_attributes(self):
185
pass
186
187
@abc.abstractmethod
188
def
set_attributes(self, **kwargs):
Callers
5
copy_into
Method · 0.45
assert_same_attributes
Method · 0.45
_test_attributes
Method · 0.45
testSetAndGetAttributes
Method · 0.45
commit_defaults
Function · 0.45
Calls
no outgoing calls
Tested by
3
assert_same_attributes
Method · 0.36
_test_attributes
Method · 0.36
testSetAndGetAttributes
Method · 0.36