Message215731
I've got to the point where I can do
>>> import ast
>>> ast.dump(ast.parse('a @ b'))
"Module(body=[Expr(value=BinOp(left=Name(id='a', ctx=Load()), op=MatMult(), right=Name(id='b', ctx=Load())))])"
I'll post a link to my bitbucket clone shortly. |
|
| Date |
User |
Action |
Args |
| 2014-04-08 04:57:24 | belopolsky | set | recipients:
+ belopolsky, benjamin.peterson |
| 2014-04-08 04:57:24 | belopolsky | set | messageid: <[email protected]> |
| 2014-04-08 04:57:24 | belopolsky | link | issue21176 messages |
| 2014-04-08 04:57:23 | belopolsky | create | |
|