File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/output/__pycache__/nested.cpython-310.pyc
Back
o ;j � @ sZ d Z ddlmZ ddlmZ ddlmZ ddlZddl Zddl ZG dd� d�Zdd � ZdS ) a� Recursively display nested data =============================== This is the default outputter for most execution functions. Example output:: myminion: ---------- foo: ---------- bar: baz dictionary: ---------- abc: 123 def: 456 list: - Hello - World � )�OrderedDict)�Mapping)�NumberNc @ s, e Zd ZdZddd�Zddd�Zd d � ZdS ) �NestDisplayz, Manage the nested display contents r c C s<