sapling/tests/test-stackdesc.py.out
Jun Wu 30dfd6217b bindings: add bindings to stackdesc
Summary:
This exposes the stackdesc feature to Python. The API is polished to use Python
decorators.

Reviewed By: sfilipco

Differential Revision: D16023307

fbshipit-source-id: edcee59e77e7fe55cdb52d031a4fa3e483909ea0
2019-08-01 19:53:56 -07:00

7 lines
201 B
Plaintext

plus1 b = 5
plus2 a = 3, b = 5
plus3 a = 3, b = 5, c = 0
<error ZeroDivisionError('integer division or modulo by zero',)>
<error TypeError('<lambda>() takes exactly 1 argument (0 given)',)>
result = 8