Files
openide/python/testData
Daniil Kalinin ea989a3e05 [python] Create an API which allows inferring result types of "synthetic" function calls
In other words, this API allows inferring results of function calls based only on the type of reciever (e.g., class), if exists, and types of arguments passed to the function. The aim of this API is to replace the existing approach where we infer types of such "synthetic" calls by creating a new expression using `com.jetbrains.python.psi.PyUtil.createExpressionFromFragment` and then inferring the type of created expression

GitOrigin-RevId: 09bee7ba1757cb07910be245253fe4bd855f5076
2024-09-04 10:57:28 +00:00
..
2024-07-28 00:24:15 +00:00
2024-06-21 13:48:29 +00:00
2024-07-28 00:24:15 +00:00