Helper function for chaining function calls in a Python lambda expression.
Part of a poor-man’s functional programming suite used to define several pfainspector commands as one-liners.
| Parameters: | args (anything) – functions that have already been evaluated |
|---|---|
| Return type: | anything |
| Returns: | the last argument |