MCPcopy Create free account
hub / github.com/casadi/casadi / __init__

Method __init__

test/python/function.py:1466–1468  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1464 # sin(x+3*y)
1465
1466 def __init__(self):
1467 Callback.__init__(self)
1468 self.construct(name, {"verbose":True})
1469 def get_n_in(self): return 2+1+2
1470 def get_n_out(self): return 1
1471

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
constructMethod · 0.45

Tested by

no test coverage detected