Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ __getinitargs__
Method
__getinitargs__
tests/python/example_problem.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
super().__init__(space, nu)
76
77
def
__getinitargs__(self):
78
return
(self.W, self.x_ref)
79
80
def
__getstate__(self):
81
return
dict()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected