MCPcopy 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_observablesFunction · 0.80
make_optionsFunction · 0.80
mainFunction · 0.80
_iter_indexersFunction · 0.80
iter_renderMethod · 0.80

Calls 1

copyMethod · 0.45

Tested by 1

_iter_indexersFunction · 0.64