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

Method copy

dm_control/mjcf/physics.py:196–197  ·  view source on GitHub ↗
(self, order='C')

Source from the content-addressed store, hash-verified

194 np.copyto(self, updated_values)
195
196 def copy(self, order='C'):
197 return np.copy(self, order=order)
198
199 def __copy__(self):
200 return self.copy()

Callers 15

__copy__Method · 0.95
__deepcopy__Method · 0.95
testCopyMethod · 0.45
testAttachMethod · 0.45
testDetachMethod · 0.45
testAttachmentFramesMethod · 0.45
testDeletionMethod · 0.45
testFindMethod · 0.45
testEnterScopeMethod · 0.45

Calls

no outgoing calls

Tested by 15

testCopyMethod · 0.36
testAttachMethod · 0.36
testDetachMethod · 0.36
testAttachmentFramesMethod · 0.36
testDeletionMethod · 0.36
testFindMethod · 0.36
testEnterScopeMethod · 0.36
testDefaultIdentifierMethod · 0.36
testFindAllMethod · 0.36