⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.31
Server IP:
95.217.99.93
Server:
Linux sv1.sonichosted.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.12
/
ctypes
/
macholib
/
__pycache__
/
View File Name :
framework.cpython-312.opt-1.pyc
� T��hQ � �@ � d Z ddlZdgZ ej d� Zd� Zy)z% Generic framework path manipulation � N�framework_infoz�(?x) (?P<location>^.*)(?:^|/) (?P<name> (?P<shortname>\w+).framework/ (?:Versions/(?P<version>[^/]+)/)? (?P=shortname) (?:_(?P<suffix>[^_]+))? )$ c �R � t j | � }|sy|j � S )a} A framework name can take one of the following four forms: Location/Name.framework/Versions/SomeVersion/Name_Suffix Location/Name.framework/Versions/SomeVersion/Name Location/Name.framework/Name_Suffix Location/Name.framework/Name returns None if not found, or a mapping equivalent to: dict( location='Location', name='Name.framework/Versions/SomeVersion/Name_Suffix', shortname='Name', version='SomeVersion', suffix='Suffix', ) Note that SomeVersion and Suffix are optional and may be None if not present N)�STRICT_FRAMEWORK_RE�match� groupdict)�filename�is_frameworks �2/usr/lib64/python3.12/ctypes/macholib/framework.pyr r s) � �( '�,�,�X�6�L����!�!�#�#� )�__doc__�re�__all__�compiler r � r r �<module>r s2 ��� �� �� �b�j�j� "� � �$r