File: //opt/alt/python37/lib/python3.7/site-packages/botocore/docs/__pycache__/utils.cpython-37.pyc
B
�P�e| � @ s� d dl Z d dlmZ dd� Zdd� Zdd� Zed d
ddd
ddg�ZG dd � d e�ZG dd� d�ZG dd� d�Z G dd� d�Z
dddddd�Ze �d�
ee je���Zdd� Zd d!� ZdS )"� N)�
namedtuplec C s dddddddd�� | | �S )z�Get the Python type name for a given model type.
>>> py_type_name('list')
'list'
>>> py_type_name('structure')
'dict'
:rtype: string
�bytes�string�float�integer�dict�datetime)�blob� character�double�long�map� structure� timestamp)�get)� type_name� r �D/opt/alt/python37/lib/python3.7/site-packages/botocore/docs/utils.py�py_type_name s r c C s"