MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / __getstate__

Method __getstate__

tests/python/example_problem.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 return (self.W, self.x_ref)
79
80 def __getstate__(self):
81 return dict()
82
83 def evaluate(self, x, u, data):
84 assert isinstance(data, MyCostData)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected