MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / get

Method get

dm_control/mjcf/namescope.py:211–212  ·  view source on GitHub ↗
(self, namespace, identifier)

Source from the content-addressed store, hash-verified

209 self.remove(namespace, old_identifier)
210
211 def get(self, namespace, identifier):
212 return self._namespaces[namespace][identifier]
213
214 def has_identifier(self, namespace, identifier):
215 return identifier in self._namespaces[namespace]

Callers 15

renameMethod · 0.95
_make_modelFunction · 0.45
_buildMethod · 0.45
_parse_elementFunction · 0.45
_parse_attributeFunction · 0.45
findMethod · 0.45
enter_scopeMethod · 0.45
_detachMethod · 0.45
_get_attributesFunction · 0.45
reference_namespaceMethod · 0.45

Calls

no outgoing calls

Tested by 2