- Added the methods
getMinArgumentsandgetMaxArgumentsto theFunctionclass. These return the minimum and maximum positional arguments that the given function accepts.
MatchLiteralPatterns such ascase None: ...are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.