Browse Source

Test with links to docs

pull/27/head
Jure Šorn 5 years ago
parent
commit
079e3e4d97
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -1446,7 +1446,7 @@ class MyClass(metaclass=MyMetaClass):
```
Operator
Operator [](https://docs.python.org/3/library/operator.html)
--------
```python
from operator import add, sub, mul, truediv, floordiv, mod, pow, neg, abs, \
@ -1478,7 +1478,7 @@ Eval
ValueError: malformed node or string
```
### Using Abstract Syntax Trees
### Using Abstract Syntax Trees [](https://docs.python.org/3/library/ast.html#ast.parse)
```python
import ast
from ast import Num, BinOp, UnaryOp

Loading…
Cancel
Save