Files
codeql/python/ql/lib/change-notes/2025-02-26-add-get-min-max-parameters-to-function-class.md
2025-02-26 13:53:49 +00:00

209 B

category
category
minorAnalysis
  • Added the methods getMinArguments and getMaxArguments to the Function class. These return the minimum and maximum positional arguments that the given function accepts.