From d6d9e1e04e1e7dd807e4a1ef41122bbe893876d9 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 22 Aug 2022 09:17:31 +0200 Subject: [PATCH] Clarify why _.method is not available The first line of the "Work in progress" did not make sense as the line originally above it ``` `_.some_attribute` is not supported yet, because we need a complex `mypy` plugin for this. ``` had been deleted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd31bfc..8a24350 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ We can easily create math expressions: Work in progress: -- `_.method()` is not supported yet for the same reason +- `_.method()` is not supported yet, because we need a complex `mypy` plugin for this - `TypedDict`s are not tested with `__getitem__` - `__getitem__` does not work with list and tuples (collections), only dicts (mappings)