mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
add typing.cast() to the todo list
This commit is contained in:
@@ -14,6 +14,7 @@ v Assigned types: `Url = str\ndef get(url:Url) -> str:`
|
|||||||
v Type hints in `with` statements
|
v Type hints in `with` statements
|
||||||
x Stub files support
|
x Stub files support
|
||||||
x support `@no_type_check` and `@no_type_check_decorator`
|
x support `@no_type_check` and `@no_type_check_decorator`
|
||||||
|
x support for typing.cast() operator
|
||||||
x support for type hint comments for functions, `# type: (int, str) -> int`.
|
x support for type hint comments for functions, `# type: (int, str) -> int`.
|
||||||
See comment from Guido https://github.com/davidhalter/jedi/issues/662
|
See comment from Guido https://github.com/davidhalter/jedi/issues/662
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user