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

Method __init__

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

Source from the content-addressed store, hash-verified

1264 # sin(x+3*y)
1265
1266 def __init__(self):
1267 Callback.__init__(self)
1268 self.construct("Fun", {})
1269 def get_n_in(self): return 2
1270 def get_n_out(self): return 1
1271

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

constructMethod · 0.45

Tested by

no test coverage detected