From 71ab855802db983e53f8a46c086d51cfff01fb41 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 15 Feb 2016 17:56:14 +0100 Subject: [PATCH] update list of things that are completed --- jedi/evaluate/pep0484.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jedi/evaluate/pep0484.py b/jedi/evaluate/pep0484.py index aeb57735..c5d7a169 100644 --- a/jedi/evaluate/pep0484.py +++ b/jedi/evaluate/pep0484.py @@ -9,13 +9,13 @@ v Function parameter annotations with builtin/custom type classes v Function returntype annotations with builtin/custom type classes v Function parameter annotations with strings (forward reference) v Function return type annotations with strings (forward reference) -x Local variable type hints +v Local variable type hints v Assigned types: `Url = str\ndef get(url:Url) -> str:` -x Type hints in `with` statements +v Type hints in `with` statements x Stub files support x support `@no_type_check` and `@no_type_check_decorator` -x support for type hint comments `# type: (int, str) -> int`. See comment from - Guido https://github.com/davidhalter/jedi/issues/662 +x support for type hint comments for functions, `# type: (int, str) -> int`. + See comment from Guido https://github.com/davidhalter/jedi/issues/662 """ import itertools