$18 GRAYBYTE WORDPRESS FILE MANAGER $73

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python39/lib64/python3.9/distutils/__pycache__/

HOME
Current File : /opt/alt/python39/lib64/python3.9/distutils/__pycache__//text_file.cpython-39.opt-1.pyc
a

XC?h�0�@s&dZddlZddlZGdd�d�ZdS)z�text_file

provides the TextFile class, which gives an interface to text files
that (optionally) takes care of stripping comments, ignoring blank
lines, and joining lines with backslashes.�Nc@steZdZdZdddddddd�Zddd�Zd	d
�Zdd�Zdd
d�Zddd�Z	ddd�Z
dd�Zdd�Zdd�Z
dS)�TextFilea�Provides a file-like object that takes care of all the things you
       commonly want to do when processing a text file that has some
       line-by-line syntax: strip comments (as long as "#" is your
       comment character), skip blank lines, join adjacent lines by
       escaping the newline (ie. backslash at end of line), strip
       leading and/or trailing whitespace.  All of these are optional
       and independently controllable.

       Provides a 'warn()' method so you can generate warning messages that
       report physical line number, even if the logical line in question
       spans multiple physical lines.  Also provides 'unreadline()' for
       implementing line-at-a-time lookahead.

       Constructor is called as:

           TextFile (filename=None, file=None, **options)

       It bombs (RuntimeError) if both 'filename' and 'file' are None;
       'filename' should be a string, and 'file' a file object (or
       something that provides 'readline()' and 'close()' methods).  It is
       recommended that you supply at least 'filename', so that TextFile
       can include it in warning messages.  If 'file' is not supplied,
       TextFile creates its own using 'io.open()'.

       The options are all boolean, and affect the value returned by
       'readline()':
         strip_comments [default: true]
           strip from "#" to end-of-line, as well as any whitespace
           leading up to the "#" -- unless it is escaped by a backslash
         lstrip_ws [default: false]
           strip leading whitespace from each line before returning it
         rstrip_ws [default: true]
           strip trailing whitespace (including line terminator!) from
           each line before returning it
         skip_blanks [default: true}
           skip lines that are empty *after* stripping comments and
           whitespace.  (If both lstrip_ws and rstrip_ws are false,
           then some lines may consist of solely whitespace: these will
           *not* be skipped, even if 'skip_blanks' is true.)
         join_lines [default: false]
           if a backslash is the last non-newline character on a line
           after stripping comments and whitespace, join the following line
           to it to form one "logical line"; if N consecutive lines end
           with a backslash, then N+1 physical lines will be joined to
           form one logical line.
         collapse_join [default: false]
           strip leading whitespace from lines that are joined to their
           predecessor; only matters if (join_lines and not lstrip_ws)
         errors [default: 'strict']
           error handler used to decode the file content

       Note that since 'rstrip_ws' can strip the trailing newline, the
       semantics of 'readline()' must differ from those of the builtin file
       object's 'readline()' method!  In particular, 'readline()' returns
       None for end-of-file: an empty string might just be a blank line (or
       an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
       not.�r�strict)�strip_comments�skip_blanks�	lstrip_ws�	rstrip_ws�
join_lines�
collapse_join�errorsNcKs�|dur|durtd��|j��D]0}||vr@t||||�q"t|||j|�q"|��D]}||jvr\td|��q\|dur�|�|�n||_||_d|_g|_	dS)z�Construct a new TextFile object.  At least one of 'filename'
           (a string) and 'file' (a file-like object) must be supplied.
           They keyword argument options are described above and affect
           the values returned by 'readline()'.Nz7you must supply either or both of 'filename' and 'file'zinvalid TextFile option '%s'r)
�RuntimeError�default_options�keys�setattr�KeyError�open�filename�file�current_line�linebuf)�selfrrZoptions�opt�r�8/opt/alt/python39/lib64/python3.9/distutils/text_file.py�__init__Ns
zTextFile.__init__cCs&||_tj|jd|jd�|_d|_dS)zyOpen a new file named 'filename'.  This overrides both the
           'filename' and 'file' arguments to the constructor.�r)rrN)r�iorrrr)rrrrrrosz
TextFile.opencCs$|j}d|_d|_d|_|��dS)ziClose the current file and forget everything we know about it
           (filename, current line number).N)rrr�close)rrrrrrvs
zTextFile.closecCsjg}|dur|j}|�|jd�t|ttf�rD|�dt|��n|�d|�|�t|��d�|�S)Nz, z
lines %d-%d: z	line %d: �)r�appendr�
isinstance�list�tuple�str�join)r�msg�lineZoutmsgrrr�	gen_errorszTextFile.gen_errorcCstd|�||���dS)Nzerror: )�
ValueErrorr'�rr%r&rrr�error�szTextFile.errorcCs tj�d|�||�d�dS)a�Print (to stderr) a warning message tied to the current logical
           line in the current file.  If the current logical line in the
           file spans multiple physical lines, the warning refers to the
           whole range, eg. "lines 3-5".  If 'line' supplied, it overrides
           the current line number; it may be a list or tuple to indicate a
           range of physical lines, or an integer for a single physical
           line.z	warning: �
N)�sys�stderr�writer'r)rrr�warn�sz
TextFile.warncCs�|jr|jd}|jd=|Sd}|j��}|dkr6d}|jr�|r�|�d�}|dkrTnX|dksl||ddkr�|ddkr|dp~d}|d|�|}|��dkr�q n|�d	d�}|j�r|�r|dur�|�d
�|S|j	r�|�
�}||}t|jt
��r
|jdd|jd<n|j|jdg|_n:|du�r,dSt|jt
��rL|jdd|_n|jd|_|j�rr|j�rr|��}n"|j�r�|�
�}n|j�r�|��}|dk�s�|dk�r�|j�r�q |j�r�|ddk�r�|dd�}q |dd�dk�r�|dd�d}q |S)
aURead and return a single logical line from the current file (or
           from an internal buffer if lines have previously been "unread"
           with 'unreadline()').  If the 'join_lines' option is true, this
           may involve reading multiple physical lines concatenated into a
           single string.  Updates the current line number, so calling
           'warn()' after 'readline()' emits a warning about the physical
           line(s) just read.  Returns None on end-of-file, since the empty
           string can occur if 'rstrip_ws' is true but 'strip_blanks' is
           not.���rN�#rr�\r+z\#z2continuation line immediately precedes end-of-file���z\
)rr�readliner�find�strip�replacer	r/r
�lstripr rr!rr�rstripr)rr&Zbuildup_line�posZeolrrrr4�sf




	
�


zTextFile.readlinecCs(g}|��}|dur|S|�|�qdS)zWRead and return the list of all logical lines remaining in the
           current file.N)r4r)r�linesr&rrr�	readliness
zTextFile.readlinescCs|j�|�dS)z�Push 'line' (a string) onto an internal buffer that will be
           checked by future 'readline()' calls.  Handy for implementing
           a parser with line-at-a-time lookahead.N)rr)rr&rrr�
unreadlineszTextFile.unreadline)NN)N)N)N)�__name__�
__module__�__qualname__�__doc__r
rrrr'r*r/r4r<r=rrrrr
s$:�	
!	



x
r)rAr,rrrrrr�<module>s


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
22 Jul 2025 8.33 AM
root / linksafe
0755
__init__.cpython-39.opt-1.pyc
0.39 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
__init__.cpython-39.opt-2.pyc
0.212 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
__init__.cpython-39.pyc
0.39 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
_msvccompiler.cpython-39.opt-1.pyc
12.497 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
_msvccompiler.cpython-39.opt-2.pyc
11.375 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
_msvccompiler.cpython-39.pyc
12.539 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
archive_util.cpython-39.opt-1.pyc
6.445 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
archive_util.cpython-39.opt-2.pyc
4.451 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
archive_util.cpython-39.pyc
6.445 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
bcppcompiler.cpython-39.opt-1.pyc
6.358 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
bcppcompiler.cpython-39.opt-2.pyc
6.077 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
bcppcompiler.cpython-39.pyc
6.358 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
ccompiler.cpython-39.opt-1.pyc
32.334 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
ccompiler.cpython-39.opt-2.pyc
16.409 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
ccompiler.cpython-39.pyc
32.423 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cmd.cpython-39.opt-1.pyc
13.612 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cmd.cpython-39.opt-2.pyc
7.884 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cmd.cpython-39.pyc
13.612 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
config.cpython-39.opt-1.pyc
3.459 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
config.cpython-39.opt-2.pyc
3.077 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
config.cpython-39.pyc
3.459 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
core.cpython-39.opt-1.pyc
6.511 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
core.cpython-39.opt-2.pyc
3.203 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
core.cpython-39.pyc
6.511 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cygwinccompiler.cpython-39.opt-1.pyc
8.316 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cygwinccompiler.cpython-39.opt-2.pyc
6.725 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
cygwinccompiler.cpython-39.pyc
8.316 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
debug.cpython-39.opt-1.pyc
0.204 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
debug.cpython-39.opt-2.pyc
0.204 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
debug.cpython-39.pyc
0.204 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dep_util.cpython-39.opt-1.pyc
2.665 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dep_util.cpython-39.opt-2.pyc
1.255 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dep_util.cpython-39.pyc
2.665 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dir_util.cpython-39.opt-1.pyc
5.693 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dir_util.cpython-39.opt-2.pyc
3.371 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dir_util.cpython-39.pyc
5.693 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dist.cpython-39.opt-1.pyc
33.556 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dist.cpython-39.opt-2.pyc
24.482 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
dist.cpython-39.pyc
33.556 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
errors.cpython-39.opt-1.pyc
5.142 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
errors.cpython-39.opt-2.pyc
2.653 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
errors.cpython-39.pyc
5.142 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
extension.cpython-39.opt-1.pyc
6.768 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
extension.cpython-39.opt-2.pyc
3.359 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
extension.cpython-39.pyc
6.768 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
fancy_getopt.cpython-39.opt-1.pyc
10.269 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
fancy_getopt.cpython-39.opt-2.pyc
7.531 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
fancy_getopt.cpython-39.pyc
10.389 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
file_util.cpython-39.opt-1.pyc
5.855 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
file_util.cpython-39.opt-2.pyc
3.769 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
file_util.cpython-39.pyc
5.855 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
filelist.cpython-39.opt-1.pyc
9.545 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
filelist.cpython-39.opt-2.pyc
6.741 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
filelist.cpython-39.pyc
9.617 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
log.cpython-39.opt-1.pyc
2.273 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
log.cpython-39.opt-2.pyc
2.214 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
log.cpython-39.pyc
2.273 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvc9compiler.cpython-39.opt-1.pyc
17.072 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvc9compiler.cpython-39.opt-2.pyc
15.489 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvc9compiler.cpython-39.pyc
17.114 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvccompiler.cpython-39.opt-1.pyc
14.375 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvccompiler.cpython-39.opt-2.pyc
12.839 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
msvccompiler.cpython-39.pyc
14.375 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
spawn.cpython-39.opt-1.pyc
3.373 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
spawn.cpython-39.opt-2.pyc
2.267 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
spawn.cpython-39.pyc
3.373 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
sysconfig.cpython-39.opt-1.pyc
11.791 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
sysconfig.cpython-39.opt-2.pyc
8.386 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
sysconfig.cpython-39.pyc
11.791 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
text_file.cpython-39.opt-1.pyc
8.256 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
text_file.cpython-39.opt-2.pyc
3.277 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
text_file.cpython-39.pyc
8.256 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
unixccompiler.cpython-39.opt-1.pyc
6.978 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
unixccompiler.cpython-39.opt-2.pyc
6.363 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
unixccompiler.cpython-39.pyc
6.978 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
util.cpython-39.opt-1.pyc
15.237 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
util.cpython-39.opt-2.pyc
9.491 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
util.cpython-39.pyc
15.237 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
version.cpython-39.opt-1.pyc
7.153 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
version.cpython-39.opt-2.pyc
3.945 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
version.cpython-39.pyc
7.182 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
versionpredicate.cpython-39.opt-1.pyc
5.018 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
versionpredicate.cpython-39.opt-2.pyc
2.596 KB
19 Jun 2025 12.11 PM
root / linksafe
0644
versionpredicate.cpython-39.pyc
5.018 KB
19 Jun 2025 12.11 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF