Merge pull request #13685 from RasmusWL/captured-variables-default-param-value

Python: Model parameter with default value as `DefinitionNode`
This commit is contained in:
yoff
2023-07-17 14:25:13 +02:00
committed by GitHub
9 changed files with 60 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Parameters with a default value are now considered a `DefinitionNode`. This improvement was motivated by allowing type-tracking and API graphs to follow flow from such a default value to a use by a captured variable.