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

Method __copy__

dm_control/mjcf/physics.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 return np.copy(self, order=order)
198
199 def __copy__(self):
200 return self.copy()
201
202 def __deepcopy__(self, memo):
203 return self.copy()

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected