def _is_multiline_lambda(function_body_node): return type(function_body_node) is _ast.Tuple or type(function_body_node) is _ast.List