Skip to content

Commit e79b047

Browse files
committed
Enum
1 parent a58abf8 commit e79b047

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -812,11 +812,6 @@ LogicOp = Enum('LogicOp', {'AND': partial(lambda l, r: l and r),
812812
'OR' : partial(lambda l, r: l or r)})
813813
```
814814

815-
```python
816-
>>> LogicOp.AND.value(True, False)
817-
False
818-
```
819-
820815

821816
System
822817
------

0 commit comments

Comments
 (0)