One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 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
/
gyp
/
__pycache__
/
Edit File:
msvs_emulation.cpython-310.pyc
o ��bƽ � @ s2 d Z ddlZddlZddlZddlZddlZddlmZ ddlZ ddl Z ze W n ey3 e ZY nw e�d�Zdd� Zdd� Zd d � Zdd� Zd d� Zdd� Zdd� Zdd� Zdd� ZG dd� de�Zdd� ZG dd� de�Zdadd� Zdd � Zd!d"� Z d#d$� Z!d%d&� Z"d'd(� Z#d)d*� Z$d+d,� Z%d-d.� Z&dS )/zg This module helps emulate Visual Studio 2008 behavior on top of other build systems, primarily ninja. � N)� OrderedSetz(\\*)"c C sP | � d�dks| �d�dkrtj�| �} t�dd� | �} | �dd�} d| d S ) z�Quote a command line argument so that it appears as one argument when processed via cmd.exe and parsed by CommandLineToArgvW (as is typical for Windows programs).�/r � c S s d| � d� d S )N� r �\")�group)�mo� r �4/usr/lib/python3/dist-packages/gyp/msvs_emulation.py�<lambda>/ s z!QuoteForRspFile.<locals>.<lambda>�%z%%�")�find�count�os�path�normpath�windows_quoter_regex�sub�replace)�argr r r �QuoteForRspFile s r c C st | sdS | d � d�r | d �dd�\}}|d tj�|� }ntj�| d �}|d d�dd� | dd� D �� S ) z6Process a list of arguments using QuoteCmdExeArgument.� r zcall � r c s s � | ]}t |�V qd S �N)r )�.0r r r r � <genexpr>M � � z$EncodeRspFileList.<locals>.<genexpr>N)� startswith�splitr r r �join)�args�call�programr r r �EncodeRspFileList@ s $r$ c C s. | s|S |s| S t | �|d �||dd� �S )z�Given a list of dictionary keys |path| and a tree of dicts |root|, find value at path, or return |default| if any of the path doesn't exist.r r N)�_GenericRetrieve�get)�root�defaultr r r r r% P s r% c s<