⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
__pycache__
/
View File Name :
glob.cpython-310.pyc
o }5h @ s d Z ddlZddlZddlZddlZddlZddlZddlZg dZddddddZ dddddd Z d d Zdd Zdd Z dd Zdd Zdd Zdd Zdd Zdd Zdd Zdd Zd d! Zed"Zed#Zd$d% Zd&d' Zd(d) Zd*d+ Zejeed,dB Z dS )-zFilename globbing utility. N)globiglobescapeFroot_dirdir_fd recursivec C s t t| |||dS )ay Return a list of paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch. However, unlike fnmatch, filenames starting with a dot are special cases that are not matched by '*' and '?' patterns. If recursive is true, the pattern '**' will match any files and zero or more directories and subdirectories. r )listr )pathnamer r r r /usr/lib/python3.10/glob.pyr s r c C s t d| | t d| ||| |durt|}n| dd }t| |||d}| r4|rRt| dd rRzt|}|rEt|f|}W |S W |S t yQ Y |S w |S )a Return an iterator which yields the paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch. However, unlike fnmatch, filenames starting with a dot are special cases that are not matched by '*' and '?' patterns. If recursive is true, the pattern '**' will match any files and zero or more directories and subdirectories. z glob.globzglob.glob/2Nr F ) sysauditosfspath_iglob_isrecursivenext itertoolschain StopIteration)r r r r itsr r r r s&