MCPcopy
hub / github.com/NVIDIA/Isaac-GR00T / __del__

Method __del__

examples/DROID/server_client.py:338–341  ·  view source on GitHub ↗

Cleanup resources on destruction

(self)

Source from the content-addressed store, hash-verified

336 return response
337
338 def __del__(self):
339 """Cleanup resources on destruction"""
340 self.socket.close()
341 self.context.term()
342
343 def _get_action(
344 self, observation: dict[str, Any], options: dict[str, Any] | None = None

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected