HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, 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
Upload Files
File: //usr/lib/python3.7/__pycache__/filecmp.cpython-37.pyc
B

{af&@sdZddlZddlZddlmZdddddgZiZd	Zd
ddd
ddddgZddZ	d"ddZ
ddZddZGdddZ
d#ddZee
fddZddZdd Zed!kredS)$zUtilities for comparing files and directories.

Classes:
    dircmp

Functions:
    cmp(f1, f2, shallow=True) -> int
    cmpfiles(a, b, common) -> ([], [], [])
    clear_cache()

N)filterfalseclear_cachecmpdircmpcmpfilesDEFAULT_IGNORESi ZRCSZCVSZtagsz.gitz.hgz.bzrZ_darcs__pycache__cCstdS)zClear the filecmp cache.N)_cacheclearrr/usr/lib/python3.7/filecmp.pyrsTcCstt|}tt|}|dtjks8|dtjkr<dS|rL||krLdS|d|dkr`dSt||||f}|dkrt||}ttdkrt|t||||f<|S)aCompare two files.

    Arguments:

    f1 -- First file name

    f2 -- Second file name

    shallow -- Just check stat signature (do not read the files).
               defaults to True.

    Return value:

    True if the files are the same, False otherwise.

    This function uses a cache for past comparisons and the results,
    with cache entries invalidated if their stat information
    changes.  The cache may be cleared by calling clear_cache().

    rFTNd)	_sigosstatS_IFREGr	get_do_cmplenr)f1f2shallows1s2Zoutcomerrrrs
cCst|j|j|jfS)N)rS_IFMTst_modest_sizest_mtime)strrrrDs
rc
Csbt}t|dJ}t|d4}x,||}||}||kr>dS|sdSqWWdQRXWdQRXdS)NrbFT)BUFSIZEopenread)rrbufsizefp1fp2Zb1Zb2rrrrIs

rc@seZdZdZdddZddZddZd	d
ZddZd
dZ	ddZ
ddZddZddZ
ee	eeeeeeeeeeedZddZdS)raMA class that manages the comparison of 2 directories.

    dircmp(a, b, ignore=None, hide=None)
      A and B are directories.
      IGNORE is a list of names to ignore,
        defaults to DEFAULT_IGNORES.
      HIDE is a list of names to hide,
        defaults to [os.curdir, os.pardir].

    High level usage:
      x = dircmp(dir1, dir2)
      x.report() -> prints a report on the differences between dir1 and dir2
       or
      x.report_partial_closure() -> prints report on differences between dir1
            and dir2, and reports on common immediate subdirectories.
      x.report_full_closure() -> like report_partial_closure,
            but fully recursive.

    Attributes:
     left_list, right_list: The files in dir1 and dir2,
        filtered by hide and ignore.
     common: a list of names in both dir1 and dir2.
     left_only, right_only: names only in dir1, dir2.
     common_dirs: subdirectories in both dir1 and dir2.
     common_files: files in both dir1 and dir2.
     common_funny: names in both dir1 and dir2 where the type differs between
        dir1 and dir2, or the name is not stat-able.
     same_files: list of identical files.
     diff_files: list of filenames which differ.
     funny_files: list of files which could not be compared.
     subdirs: a dictionary of dircmp objects, keyed by names in common_dirs.
     NcCsD||_||_|dkr$tjtjg|_n||_|dkr:t|_n||_dS)N)leftrightrcurdirpardirhiderignore)selfabr,r+rrr__init__xszdircmp.__init__cCsPtt|j|j|j|_tt|j|j|j|_|j	|j	dS)N)
_filterrlistdirr'r+r,	left_listr(
right_listsort)r-rrrphase0s
z
dircmp.phase0cCsttttjj|j|j}ttttjj|j|j}tt|j	t
|j||_tt|j	t
|j||_tt|j	t
|j||_dS)N)dictzipmaprpathnormcaser3r4list__getitem__filter__contains__commonr	left_only
right_only)r-r.r/rrrphase1s
z
dircmp.phase1c
Cs:g|_g|_g|_x |jD]}tj|j|}tj|j|}d}yt	|}Wn&t
k
rz}zd}Wdd}~XYnXyt	|}Wn&t
k
r}zd}Wdd}~XYnX|r&t	|j}t	|j}	||	kr|j
|n>t	|r|j
|n&t	|r|j
|n|j
|q|j
|qWdS)Nr
r)common_dirscommon_filescommon_funnyr@rr:joinr'r(rOSErrorrrappendS_ISDIRS_ISREG)
r-xZa_pathZb_pathokZa_statZwhyZb_statZa_typeZb_typerrrphase2s4
z
dircmp.phase2cCs&t|j|j|j}|\|_|_|_dS)N)rr'r(rE
same_files
diff_filesfunny_files)r-Zxxrrrphase3sz
dircmp.phase3cCsRi|_xF|jD]<}tj|j|}tj|j|}t|||j|j	|j|<qWdS)N)
subdirsrDrr:rGr'r(rr,r+)r-rLZa_xZb_xrrrphase4s
z
dircmp.phase4cCs(|x|jD]}|qWdS)N)rTrSvaluesphase4_closure)r-sdrrrrVszdircmp.phase4_closurecCstd|j|j|jr2|jtd|jd|j|jrT|jtd|jd|j|jrp|jtd|j|jr|jtd|j|jr|jtd|j|j	r|j	td|j	|j
r|j
td|j
dS)	NZdiffzOnly in:zIdentical files :zDiffering files :zTrouble with common files :zCommon subdirectories :zCommon funny cases :)printr'r(rAr5rBrOrPrQrDrF)r-rrrreports,






z
dircmp.reportcCs.|x |jD]}t|qWdS)N)rZrSrUrY)r-rWrrrreport_partial_closureszdircmp.report_partial_closurecCs.|x |jD]}t|qWdS)N)rZrSrUrYreport_full_closure)r-rWrrrr\szdircmp.report_full_closure)rSrOrPrQrDrErFr@rArBr3r4cCs*||jkrt||j||t||S)N)	methodmapAttributeErrorgetattr)r-attrrrr__getattr__s
zdircmp.__getattr__)NN)__name__
__module____qualname____doc__r0r6rCrNrRrTrVrZr[r\r7r]rarrrrrVs" 
#

cCsNgggf}x>|D]6}tj||}tj||}|t||||qW|S)a]Compare common files in two directories.

    a, b -- directory names
    common -- list of file names found in both directories
    shallow -- if true, do comparison based solely on stat() information

    Returns a tuple of three lists:
      files that compare equal
      files that are different
      filenames that aren't regular files.

    )rr:rG_cmprI)r.r/r@rZresrLZaxZbxrrrrs

cCs,y|||||Stk
r&dSXdS)N)rH)r.r/ZshabsrrrrrfsrfcCstt|j|S)N)r<rr?)Zflistskiprrrr1sr1cCsrddl}ddl}||jddd\}}t|dkrB|ddt|d|d}d|krf|n|dS)Nrr
rrgzneed exactly two args)z-r)sysgetoptargvrZGetoptErrorrr\rZ)rlrmZoptionsargsZddrrrdemo$s
rp__main__)T)T)rerr	itertoolsr__all__r	r!rrrrrrrrhrfr1rprbrrrr<module>s&
'
%