Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
lib
/
python3.9
/
site-packages
/
tuned
/
profiles
/
functions
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
function_regex_search_ternary.cpython-39.pyc
a �]�i* � @ s* d dl Z ddlmZ G dd� dej�ZdS )� N� )�basec s, e Zd ZdZ� fdd�Z� fdd�Z� ZS )�regex_search_ternaryz� Ternary regex operator, it takes arguments in the following form STR1, REGEX, STR2, STR3 If REGEX matches STR1 (re.search is used), STR2 is returned, otherwise STR3 is returned c s t t| ��ddd� d S )Nr � )�superr �__init__)�self�� __class__� �Z/usr/lib/python3.9/site-packages/tuned/profiles/functions/function_regex_search_ternary.pyr s zregex_search_ternary.__init__c s<