Your IP : 216.73.217.85
B
A!p\�@ � @ s� d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ dd hZd
Z
dZdZd
ZdhZdZejdkr�dZndZdd� ZG dd� de
�Zdd� ZdS )z0Checkers for various standard library functions.� N)�Instance)�Const)�IAstroidChecker)�BaseChecker)�utils�open�filez
unittest.casezthreading.Threadz copy.copyzos._Environz os.getenvzsubprocess.Popen)� r �_io�__builtin__c
C s� t | t�sdS t| �}d}d|k}|t|� s>t| �t|�krBdS d|k}d|k}d|k}d|k}d|k}d |kr�|s~|s~|r�dS d
}|r�|r�dS || | | } | dkr�dS |s�|s�|s�|s�dS d
S )NFzrwatb+Ux�x�r�w�a�t�b�UT� )�
isinstance�str�set�len)
�mode�modes�_modeZcreating�reading�writingZ appending�text�binary�total� r �G/opt/alt/python37/lib/python3.7/site-packages/pylint/checkers/stdlib.py�_check_mode_str0 s0
r"