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

Method increment_revision

dm_control/mjcf/namescope.py:59–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 return self._revision
58
59 def increment_revision(self):
60 self._revision += 1
61 for namescope in self._namespaces['namescope'].values():
62 namescope.increment_revision()
63
64 @property
65 def name(self):

Callers 11

nameMethod · 0.95
parentMethod · 0.95
addMethod · 0.95
replaceMethod · 0.95
removeMethod · 0.95
_set_attributeMethod · 0.80
_remove_attributeMethod · 0.80
insertMethod · 0.80
removeMethod · 0.80
_attachMethod · 0.80
include_copyMethod · 0.80

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected