Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
local
/
lib64
/
python3.9
/
site-packages
/
numpy
/
f2py
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: auxfuncs.cpython-39.pyc
a C!�i�g � @ s� d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z ddl mZ ddlmZ g d �Z e jZejZi Zg ZdZd d� Zdd � Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zd d!� Zd"d#� Z d$d%� Z!d&d'� Z"d(d)� Z#d*d+� Z$d,d-� Z%d.d/� Z&d0d1� Z'd2d3� Z(d4d5� Z)d6d7� Z*d8d9� Z+d:d;� Z,d<d=� Z-d>d?� Z.d@dA� Z/dBdC� Z0dDdE� Z1dFdG� Z2dHdI� Z3dJdK� Z4dLdM� Z5dNdO� Z6dPdQ� Z7dRdS� Z8dTdU� Z9dVdW� Z:dXdY� Z;dZd[� Z<d\d]� Z=d^d_� Z>d`da� Z?dbdc� Z@ddde� ZAdfdg� ZBdhdi� ZCdjdk� ZDdldm� ZEdndo� ZFdpdq� ZGdrds� ZHdtdu� ZIdvdw� ZJdxdy� ZKdzd{� ZLd|d}� ZMd~d� ZNd�d�� ZOd�d�� ZPd�d�� ZQd�d�� ZRd�d�� ZSd�d�� ZTd�d�� ZUd�d�� ZVd�d�� ZWd�d�� ZXd�d�� ZYd�d�� ZZd�d�� Z[d�d�� Z\d�d�� Z]d�d�� Z^d�d�� Z_d�d�� Z`eRd�eSd�eTd�eUd�eXd�eWd�eNd�e\d�e^d�e_d�e`d�iZad�d�� Zbd�d�� Zcd�d�� Zdd�d�� Zed�d�� Zfd�d�� Zgd�d�� Zhd�d�� Zid�d�� Zjd�d Zkd�dĄ Zld�dƄ ZmG d�dȄ d�en�ZoG d�dʄ dʃZpd�d̄ Zqd�d΄ Zrd�dЄ Zsd�d҄ Ztd�dԄ Zud�d�dքZvd�d Zwi fd�dڄZxd�d܄ Zyd�dބ Zzd�d� Z{d�d� Z|d�d� Z}d�d� Z~d�d� Zd�d� Z�d�d� Z�d�d�d�Z�d�d� Z�i fd�d�Z�e��d�ej��j�Z�e��d�ej��j�Z�d�d�� Z�d�d�� Z�d�d�d��Z�dS ( a9 Auxiliary functions for f2py2e. Copyright 1999 -- 2011 Pearu Peterson all rights reserved. Copyright 2011 -- present NumPy Developers. Permission to use, modify, and distribute this software is given under the terms of the NumPy (BSD style) LICENSE. NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. � N)�reduce)�deepcopy� )�__version__)�cfuncs)�errmess)\� applyrules� debugcapi� dictappendr �gentitle�getargs2�getcallprotoargument�getcallstatement�getfortranname�getpymethoddef� getrestdoc�getusercode�getusercode1�getdimension�hasbody�hascallstatement� hascommon�hasexternals�hasinitvalue�hasnote� hasresultnote� isallocatable�isarray�isarrayofstrings�ischaracter�ischaracterarray�ischaracter_or_characterarray� iscomplex�iscomplexarray�iscomplexfunction�iscomplexfunction_warn�isdouble�isdummyroutine� isexternal� isfunction�isfunction_wrap�isint1�isint1array� isinteger�isintent_aux� isintent_c�isintent_callback� isintent_copy� isintent_dict� isintent_hide�isintent_in�isintent_inout�isintent_inplace�isintent_nothide�isintent_out�isintent_overwrite� islogical�islogicalfunction�islong_complex� islong_double�islong_doublefunction�islong_long�islong_longfunction�ismodule�ismoduleroutine� isoptional� isprivate� isrequired� isroutine�isscalar�issigned_long_longarray�isstring� isstringarray�isstring_or_stringarray�isstringfunction�issubroutine�get_f2py_modulename�issubroutine_wrap�isthreadsafe� isunsigned�isunsigned_char�isunsigned_chararray�isunsigned_long_long�isunsigned_long_longarray�isunsigned_short�isunsigned_shortarray�l_and�l_not�l_or�outmess�replace�show� stripcomma�throw_error�isattr_value�getuseblocks�process_f2cmap_dictc C s t �dd�rtj�| � d S )N�verboser )�options�get�sys�stdout�write)�t� rj �?/usr/local/lib64/python3.9/site-packages/numpy/f2py/auxfuncs.pyr[ >