|
Server : Apache System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64 User : www ( 1000) PHP Version : 8.1.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /lib64/python3.6/__pycache__/ |
3
\�, � @ s� d Z dZddlZddlZddlZddlZeed�s:ed��dddgZda da
d d
� Zdd� ZG d
d� de
�Zdd� ZG dd� d�Zdd� Zdd� Zedkr�e� dS )a� The Tab Nanny despises ambiguous indentation. She knows no mercy.
tabnanny -- Detection of ambiguous indentation
For the time being this module is intended to be called as a script.
However it is possible to import it into an IDE and use the function
check() described below.
Warning: The API provided by this module is likely to change in future
releases; such changes may not be backward compatible.
�6� N�NLz4tokenize.NL doesn't exist -- tokenize module too old�check�NannyNag�process_tokensc G s: d}x$| D ]}t jj|t|� � d}q
W t jjd� d S )N� � �
)�sys�stderr�write�str)�args�sep�arg� r � /usr/lib64/python3.6/tabnanny.py�errprint# s
r c C s� yt j tjdd � d�\} }W n* t jk
rH } zt|� d S d }~X nX x0| D ](\}}|dkrhtd a|dkrPtd aqPW |s�tdtjd d� d S x|D ]}t|� q�W d S )N� Zqvz-qz-vzUsage:r z[-v] file_or_directory ...)�getoptr
�argv�errorr �
filename_only�verboser )Zoptsr �msg�o�ar r r r �main* s
r c @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )r zk
Raised by process_tokens() if detecting an ambiguous indent.
Captured and handled in check().
c C s ||| | _ | _| _d S )N)�linenor �line)�selfr r r r r r �__init__A s zNannyNag.__init__c C s | j S )N)r )r r r r �
get_linenoC s zNannyNag.get_linenoc C s | j S )N)r )r r r r �get_msgE s zNannyNag.get_msgc C s | j S )N)r )r r r r �get_lineG s zNannyNag.get_lineN)�__name__�
__module__�__qualname__�__doc__r! r"