OwlCyberSecurity - MANAGER
Edit File: subprocess.cpython-38.pyc
U ��] � @ s� d Z ddlZddlmZ eddddd� d d ddd gZeed �r`ejZejZejZej Z ej Z ndd � Zdd� Z dZdZdZ dS )a^ A replacement wrapper around the subprocess module, which provides a stub implementation of subprocess members on Google App Engine (which are missing in subprocess). Instead of importing subprocess, other modules should use this as follows: from matplotlib.compat import subprocess This module is safe to import from anywhere within matplotlib. � N)�warn_deprecatedz3.0zmatplotlib.compat.subprocessz1the python 3 standard library "subprocess" module�module)Zsince�nameZalternativeZobj_type�Popen�PIPE�STDOUT�check_output�CalledProcessErrorc O s t d��d S )Nz!subprocess.Popen is not supported��OSError��args�kwargs� r �>/usr/lib/python3/dist-packages/matplotlib/compat/subprocess.pyr ! s c O s t d��d S )Nz(subprocess.check_output is not supportedr r r r r r $ s ������)�__doc__� subprocessZmatplotlib.cbookr �__all__�hasattrr r r r r r r r r �<module> s&