40a10fa00e2caa288fc2cc7f16a6aa2f17712ec0
* Obj.__call__ should generically call Obj.__init__, passing along the arguments given to __call__ * Ty::call function (in Rust) sets up the stack frame correctly now. Before, the only arguments visible to a `Ty.__call__` function would have been the values passed to it. However, the Ty.__call__ also needs *itself* passed to the __call__ function so we can retrieve the __init__ function and eventually end up calling that. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Description
No description provided
Languages
Rust
95.5%
Python
4.2%
Shell
0.3%