MCPcopy Index your code
hub / github.com/google-deepmind/dm_control / remove

Method remove

dm_control/mjcf/base.py:212–213  ·  view source on GitHub ↗

Removes this element from the model.

(self, affect_attachments=False)

Source from the content-addressed store, hash-verified

210
211 @abc.abstractmethod
212 def remove(self, affect_attachments=False):
213 """Removes this element from the model."""
214
215 @property
216 @abc.abstractmethod

Callers 15

make_modelFunction · 0.45
make_modelFunction · 0.45
make_modelFunction · 0.45
make_modelFunction · 0.45
detachMethod · 0.45
testDeletionMethod · 0.45
_parseFunction · 0.45

Calls

no outgoing calls