mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-17 12:57:59 +08:00
Make it possible to access properties again
This time we catch all exceptions and try to avoid issues for the user. This is only happening when working with an Interpreter. I don't feel this is necessary otherwise. See #1299
This commit is contained in:
@@ -11,6 +11,8 @@ Changelog
|
||||
- ``*args``/``**kwargs`` resolving. If possible Jedi replaces the parameters
|
||||
with the actual alternatives.
|
||||
- Better support for enums/dataclasses
|
||||
- When using Interpreter, properties are now executed, since a lot of people
|
||||
have complained about this. Discussion in #1299.
|
||||
|
||||
New APIs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user