One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
ovs
/
db
/
__pycache__
/
View File Name :
idl.cpython-310.pyc
o y.�e�~ � @ s� d dl Z d dlZd dlZd dlZd dlm mZ d dlZd dl Zd dl Zd dlZd dlZd dl Zd dlmZ d dlmZ ej�d�ZdZdZdZdZd Zd Zd ZdZdZe �d d�Zdej_G dd� de �Z!G dd� dej"�Z#G dd� de$�Z%G dd� de$�Z&G dd� de$�Z'G dd� de$�Z(dd� Z)ej*G dd� de$��Z+d d!� Z,d"d#� Z-G d$d%� d%e$�Z.G d&d'� d'e$�Z/G d(d)� d)e$�Z0dS )*� N)�custom_index)�error�idlzno-classattr no-objattrs�create�update�delete� � � clustered�relay�Notice)�event�row�updates�Nc sL e Zd ZdZdZ� fdd�Zdd� Zdd� Zd d � Zdd� Z d d� Z � ZS )�ColumnDefaultDicta A column dictionary with on-demand generated default values This object acts like the Row._data column dictionary, but without the necessity of populating column default values. These values are generated on-demand and therefore only use memory once they are accessed. )�_tablec s || _ t� �� d S r )r �super�__init__��self�table�� __class__� �,/usr/lib/python3/dist-packages/ovs/db/idl.pyr ; s zColumnDefaultDict.__init__c C s | j j| }tjjj�|j�S r )r �columns�ovs�db�data�Datum�default�type�r �columnr r r �__missing__? s zColumnDefaultDict.__missing__c C s | j j�� S r )r r �keys�r r r r r&