Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ _asdict
Method
_asdict
dm_control/mujoco/index.py:668–669 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
666
__slots__ = ()
667
668
def
_asdict(self):
669
return
field_indexers.copy()
670
671
for
name, indexer in field_indexers.items():
672
setattr(StructIndexer, name, indexer)
Callers
10
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
add_camera_observables
Function · 0.80
make_options
Function · 0.80
main
Function · 0.80
_iter_indexers
Function · 0.80
iter_render
Method · 0.80
Calls
1
copy
Method · 0.45
Tested by
1
_iter_indexers
Function · 0.64