Your IP : 216.73.216.196
B
��Od$ � @ s� d Z ddlZddlmZ ddlmZ ddlmZ dd� Zdd � ZG d
d� de �Z
e
� ZejZej
Z
ejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZejZej Z ej!Z!ej"Z"dS )zH
args
~~~~
This module provides the CLI argument interface for clint.
� N)�argv)�glob)�OrderedDictc C sx g }t j�| �} t j�| �} t j�| �rfxJt �| �D ],\}}}x |D ]}|�t j�||�� qDW q4W n|�t | �� |S )z,Expands directories and globs in given path.)
�os�path�
expanduser�
expandvars�isdir�walk�append�join�extendr )r �paths�dir�dirs�files�file� r �5/opt/alt/python37/lib/python3.7/site-packages/args.py�_expand_path s
r c C s t | t�rdS t| d�S )z8Tests if an object is a collection. Strings don't count.F�__getitem__)�
isinstance�
basestring�hasattr)�objr r r �_is_collection"