Current Path: > > opt > alt > python310 > lib64 > > python3.10 > dbm > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-310.opt-1.pyc | File | 4256 bytes | June 18 2025 15:55:26. | |
__init__.cpython-310.opt-2.pyc | File | 2327 bytes | June 18 2025 15:55:29. | |
__init__.cpython-310.pyc | File | 4256 bytes | June 18 2025 15:55:26. | |
dumb.cpython-310.opt-1.pyc | File | 7866 bytes | June 18 2025 15:55:26. | |
dumb.cpython-310.opt-2.pyc | File | 6584 bytes | June 18 2025 15:55:29. | |
dumb.cpython-310.pyc | File | 7866 bytes | June 18 2025 15:55:26. | |
gnu.cpython-310.opt-1.pyc | File | 222 bytes | June 18 2025 15:55:26. | |
gnu.cpython-310.opt-2.pyc | File | 165 bytes | June 18 2025 15:55:29. | |
gnu.cpython-310.pyc | File | 222 bytes | June 18 2025 15:55:26. | |
ndbm.cpython-310.opt-1.pyc | File | 221 bytes | June 18 2025 15:55:26. | |
ndbm.cpython-310.opt-2.pyc | File | 165 bytes | June 18 2025 15:55:29. | |
ndbm.cpython-310.pyc | File | 221 bytes | June 18 2025 15:55:26. |
o �=?h- � @ sT d dl Zd dlZd dlZd dlZddgZdZ e ZG dd� dejj �Zd d d�ZdS )� N�error�openi c @ s� e Zd ZeZeZd+dd�Zdd� Zdd� Zdd � ZeZ d d� Z dd � Zdd� Zdd� Z dd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� ZeZd d!� Zd"d#� ZeZd$d%� Zd&d'� Zd(d)� Zd*S ),� _Database�cc C sL || _ |dk| _|d | _|d | _|d | _d | _| �|� | �|� d S )N�rz.dirz.datz.bak)�_mode� _readonly�_dirfile�_datfile�_bakfile�_index�_create�_update)�selfZfilebasename�mode�flag� r �//opt/alt/python310/lib64/python3.10/dbm/dumb.py�__init__0 s z_Database.__init__c C s� |dkr| j | j| jfD ]}zt�|� W q ty Y qw ztj| j ddd�}W n0 tyZ |dvr6� tj| j ddd��}| �| j � W d � Y d S 1 sRw Y Y d S w |� � d S )N�nr �Latin-1��encoding�r r �w) r r r �_os�remove�OSError�_ior �_chmod�close)r r �filename�fr r r r I s"