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

Method __init__

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

Source from the content-addressed store, hash-verified

1501 # sin(x+3*y)
1502
1503 def __init__(self):
1504 Callback.__init__(self)
1505 self.construct(name, {"verbose":True})
1506 def get_n_in(self): return 2+1+1
1507 def get_n_out(self): return 2
1508

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
constructMethod · 0.45

Tested by

no test coverage detected