---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "hardware",
       position: (4, 3),
      },
      Raw {
       content: "firmware",
       position: (4, 12),
      },
     ],
    },
    List {
     elements: [
      PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (4, 25),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "zd1211fw",
          position: (4, 30),
         },
        ],
       },
       default: None,
      },
     ],
     position: (4, 23),
    },
   ),
  ],
  recursive: false,
  position: (3, 1),
 },
 position: (1, 1),
}