Add Definition.execute, fixes #1076

This commit is contained in:
Dave Halter
2019-08-03 02:01:30 +02:00
parent 97526aa320
commit 8e1417e3ce
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ New APIs:
- ``Signature.params -> List[ParamDefinition]``, ParamDefinition has the
following attributes ``infer_default()``, ``infer_annotation()``,
``to_string()``, and ``kind``.
- ``Definition.execute() -> List[Definition]``, makes it possible to infer
return values of functions.
0.14.1 (2019-07-13)