File: //lib/python3.6/site-packages/botocore/docs/__pycache__/utils.cpython-36.pyc
3
�T_ � @ s� d dl Z d dlmZ dd� Zdd� Zdd� Zed d
ddd
ddg�ZG dd � d e�ZG dd� de�Z G dd� de�Z
G dd� de�Zdddddd�Ze j
djee je���Zdd� Zd d!� ZdS )"� N)�
namedtuplec C s dddddddd�j | | �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�dictZdatetime)�blob� character�double�long�map� structure� timestamp)�get)� type_name� r �/usr/lib/python3.6/utils.py�py_type_name s r c C s"