- Added the methods
getMinArguments
andgetMaxArguments
to theFunction
class. These return the minimum and maximum positional arguments that the given function accepts.
MatchLiteralPattern
s such ascase None: ...
are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.