403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
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/dbm/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python315/Lib/dbm/__pycache__/__init__.cpython-315.opt-1.pyc
R
>lqjJc��Qs,Q	Ns]PHs]PHs]PHs]PHsQQ\2s,Q
NsPr	-s
\\1s]QH2G
s
QQksQs\Q6Xc7\O$Q*FDs\\\29%fQ\2J	P!P!\cPs
KRh9h)adGeneric interface to all dbm clones.

Use

        import dbm
        d = dbm.open(file, 'w', 0o666)

The returned object is a dbm.sqlite3, dbm.gnu, dbm.ndbm or dbm.dumb database object, dependent on the
type of database being opened (determined by the whichdb function) in the case
of an existing dbm. If the dbm does not exist and the create or new flag ('c'
or 'n') was specified, the dbm type will be determined by the availability of
the modules (tested in the above order).

It has the following interface (key and data are strings):

        d[key] = data   # store data at key (may override data at
                        # existing key)
        data = d[key]   # retrieve data at key (raise KeyError if no
                        # such key)
        del d[key]      # delete data stored at key (raises KeyError
                        # if no such key)
        flag = key in d # true if the key exists
        list = d.keys() # return a list of all existing keys (slow!)

Future versions may change the order in which implementations are
tested for existence, and add interfaces to other dbm-like
implementations.
�errorc��\sQs]&sQsP!)r�)�__name__�
__module__�__qualname__�__firstlineno__�__static_attributes__r��!C:\Python315\\Lib\dbm\__init__.pyrr&s��r	)�ndbmc�2�[eW[FD)o[UQ,Q5o[%fUrU[U$J+	[%f[Q[*2gQU7c[U2LPoUe)QU7fQU7c[oLg[]*Q2gUP6Xc[]*Q2gU[7c#[]*QOU22g[U*oUOVU2![cCJh9h)	a�Open or create database at path given by *file*.

Optional argument *flag* can be 'r' (default) for read-only access, 'w'
for read-write access of an existing database, 'c' for read-write access
to a new or existing database, and 'n' for read-write access to a new
database.

Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
only if it doesn't exist; and 'n' always creates a new database.
�open)�fromlistzno dbm clone found; tried %s�n�cz=db file doesn't exist; use 'c' or 'n' flag to create a new dbzdb type could not be determinedz/db type is {0}, but the module is not available)	�_defaultmod�_names�
__import__�ImportError�_modules�whichdbr�formatr
)�file�flag�mode�name�mod�results&&&   r
r
r
5s�����F�D�
� ����9���;�!�� �H�T�N���{��<�v�E�F�F�"��o�W�T�]�4�F�
�~��$�;�#��+��C���(�D�E�
E�	�2���A�h�8�9�9�	�x�	��A�h�#�#)�6�&�>�3�	3��v����8�8�D��%�%��5�
��
�s�D�	D�D�Dc��[OU2o[OUQ*Q2oUO	2[OUQ*Q2oUO	2Q![
cv[OSQ*Q2oSO	2[d*[OS2oSO	2Q!L[
cLh9hh9h[OSQ*2[OSQ*2OoS]6XcQ![OSQ*Q2oSO]2Q
7cSO	2Q!SO	2L&SO	2h9h[
cLh9h[OSQ2oL[
cP!h9hS9^tt^2SO]2oPPP2L)%fhL9hWQ*o[S2]6wcP!SQ	6XcQ
![OQS2voL[OcP!h9hSQ7cQ![OQSQP2voP![OcP!h9h)aYGuess which db package to use to open a db file.

Return values:

- None if the database file can't be read;
- empty string if the file can be read but can't be recognized
- the name of the dbm submodule (e.g. "ndbm" or "gnu") if recognized.

Importing the given module may still fail, and opening the
database using that module may still fail.
s.pag�rbs.dir�dbm.ndbms.dbs.dat�dbm.dumb:��NsSQLite format 3�dbm.sqlite3z=l�dbm.gnu)�'�")iΚWi͚WiϚW���)�os�fsencode�ior
�close�OSErrorr�stat�st_size�read�len�struct�unpackr)�filename�f�d�size�s16�s�magics&      r
rrbsB���{�{�8�$�H���G�G�H�w�&��-��	���	��G�G�H�w�&��-��	���	�����	�����6�)�4�0�A�
�G�G�I����I�I�h�'�����	�!� ���	��	����"
�
����7�"�#��w�w�x�'�)�*�2�2���1�9���G�G�H�w�&��-��	��v�v�a�y�L�(�!�
�G�G�I�)�
�G�G�I��A�G�G�I���
��
����G�G�H�d�#��������
���f�f�R�j��
�����	�C��A��1�v��{���"�"����=�=��q�)�����<�<�����
�4�4����=�=��s�2�3�x�0���
��	�<�<����s��AA7�7	C7�C7�5C$�9&C$�$	C3�.C3�/C7�2C3�3C7�;A
F7�F7�'F"�>F7�F7�"F4�4F7�7	G�G�G�	G!�!	G0�+G0�/G0�=H�H(	�!H(	�I*�*J�>J�J�J.�.K�K�K�__main__:�NN�UNKNOWN)r
rr)r$r%r r!)�r�)�__doc__�__all__r+r)r2�sys�	Exceptionrrrrr-�dbmrrr
rr�argvr4�printrr	r
�<module>rGs����:'��	�	�
�
�	�I�	�
<����
��	������
*&�Z[�|�z���H�H�R�L�L��
�g�h��,�,�9�h�7�!���_���D��s�A=�=B	�B	�B	

Youez - 2016 - github.com/yon3zu
LinuXploit