File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/output/__pycache__/nested.cpython-310.pyc
o
�N�g � @ sV d Z ddlmZ ddlmZ ddlZddlZddlZddl ZG dd� d�Z
dd� 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
� )�Mapping)�NumberNc @ s, e Zd ZdZddd�Zddd�Zd d
� ZdS )
�NestDisplayz,
Manage the nested display contents
r c C s<