Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
name
Method · 0.95
parent
Method · 0.95
add
Method · 0.95
replace
Method · 0.95
remove
Method · 0.95
_set_attribute
Method · 0.80
_remove_attribute
Method · 0.80
insert
Method · 0.80
remove
Method · 0.80
_attach
Method · 0.80
include_copy
Method · 0.80
Calls
1
values
Method · 0.80
Tested by
no test coverage detected