Merge pull request #18301 from joefarebrother/python-model-missing-builtins

Python: Add models for builtins `map`, `filter`, `zip`, and `enumerate`.
This commit is contained in:
Joe Farebrother
2025-01-20 16:39:37 +00:00
committed by GitHub
4 changed files with 366 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Additional data flow models for the builtin functions `map`, `filter`, `zip`, and `enumerate` have been added.