mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
A small Changelog improvement
This commit is contained in:
@@ -20,7 +20,7 @@ New APIs:
|
|||||||
``CallSignature``. ``Definition.params`` is therefore deprecated.
|
``CallSignature``. ``Definition.params`` is therefore deprecated.
|
||||||
- ``Signature.to_string()`` to format call signatures.
|
- ``Signature.to_string()`` to format call signatures.
|
||||||
- ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the
|
- ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the
|
||||||
following attributes ``infer_default()``, ``infer_annotation()``,
|
following additional attributes ``infer_default()``, ``infer_annotation()``,
|
||||||
``to_string()``, and ``kind``.
|
``to_string()``, and ``kind``.
|
||||||
- ``Definition.execute() -> List[Definition]``, makes it possible to infer
|
- ``Definition.execute() -> List[Definition]``, makes it possible to infer
|
||||||
return values of functions.
|
return values of functions.
|
||||||
|
|||||||
Reference in New Issue
Block a user