Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
:iJ D S r SSKrSSKrSSKJrJrJrJrJrJ r J
r
JrJrJ
r
JrJrJrJr SSKJr SSKJr / SQrSr " S S 5 r " S
S\5 r\" S\5 " S S
\5 r\" S\5 " S S\5 r\" S\5 " S S5 r " S S5 r " S S5 rg)a)
CSV parsing and writing.
This module provides classes that assist in the reading and writing
of Comma Separated Value (CSV) files, and implements the interface
described by PEP 305. Although many CSV files are simple to parse,
the format is not formally defined by a stable specification and
is subtle enough that parsing lines of a CSV file with something
like line.split(",") is bound to fail. The module supports three
basic APIs: reading, writing, and registration of dialects.
DIALECT REGISTRATION:
Readers and writers support a dialect argument, which is a convenient
handle on a group of settings. When the dialect argument is a string,
it identifies one of the dialects previously registered with the module.
If it is a class or instance, the attributes of the argument are used as
the settings for the reader or writer:
class excel:
delimiter = ','
quotechar = '"'
escapechar = None
doublequote = True
skipinitialspace = False
lineterminator = '\r\n'
quoting = QUOTE_MINIMAL
SETTINGS:
* quotechar - specifies a one-character string to use as the
quoting character. It defaults to '"'.
* delimiter - specifies a one-character string to use as the
field separator. It defaults to ','.
* skipinitialspace - specifies how to interpret spaces which
immediately follow a delimiter. It defaults to False, which
means that spaces immediately following a delimiter is part
of the following field.
* lineterminator - specifies the character sequence which should
terminate rows.
* quoting - controls when quotes should be generated by the writer.
It can take on any of the following module constants:
csv.QUOTE_MINIMAL means only when required, for example, when a
field contains either the quotechar or the delimiter
csv.QUOTE_ALL means that quotes are always placed around fields.
csv.QUOTE_NONNUMERIC means that quotes are always placed around
fields which do not parse as integers or floating-point
numbers.
csv.QUOTE_STRINGS means that quotes are always placed around
fields which are strings. Note that the Python value None
is not a string.
csv.QUOTE_NOTNULL means that quotes are only placed around fields
that are not the Python value None.
csv.QUOTE_NONE means that quotes are never placed around fields.
* escapechar - specifies a one-character string used to escape
the delimiter when quoting is set to QUOTE_NONE.
* doublequote - controls the handling of quotes inside fields. When
True, two consecutive quotes are interpreted as one during read,
and when writing, each quote character embedded in the data is
written as two quotes
N)Errorwriterreaderregister_dialectunregister_dialectget_dialect
list_dialectsfield_size_limit
QUOTE_MINIMAL QUOTE_ALLQUOTE_NONNUMERIC
QUOTE_NONE
QUOTE_STRINGS
QUOTE_NOTNULL)Dialect)StringIO)r r r
r r r r r excel excel_tabr
r r r r r Snifferr
DictReader
DictWriterunix_dialectz1.0c H \ rS rSrSrSrSrSrSrSr Sr
SrSrSr
S rS rSrg) r X zDescribe a CSV dialect.
This must be subclassed (see csv.excel). Valid attributes are:
delimiter, quotechar, escapechar, doublequote, skipinitialspace,
lineterminator, quoting.
FNc Z U R [ :w a SU l U R 5 g )NT) __class__r _valid _validateselfs */opt/alt/python313/lib64/python3.13/csv.py__init__Dialect.__init__k s >>W$DK c j [ U 5 g ! [ a n[ [ U5 5 S eS nAff = fN)_Dialect TypeErrorr str)r! es r" r Dialect._validatep s. *TN *A-T) *s
2-2)r )__name__
__module____qualname____firstlineno____doc___namer delimiter quotechar
escapechardoublequoteskipinitialspacelineterminatorquotingr# r __static_attributes__ r% r" r r X sA
E
FIIJKNG
*r% r c 0 \ rS rSrSrSrSrSrSrSr \
rSrg )
r w z;Describe the usual properties of Excel-generated CSV files.,"TF
r; N)
r- r. r/ r0 r1 r3 r4 r6 r7 r8 r r9 r: r; r% r" r r w s$ EIIKNGr% r c \ rS rSrSrSrSrg)r zEDescribe the usual properties of Excel-generated TAB-delimited files. r; N)r- r. r/ r0 r1 r3 r: r; r% r" r r s
OIr% r z excel-tabc 0 \ rS rSrSrSrSrSrSrSr \
rSrg )
r z:Describe the usual properties of Unix-generated CSV files.r> r? TF
r; N)
r- r. r/ r0 r1 r3 r4 r6 r7 r8 r r9 r: r; r% r" r r s$ DIIKNGr% r unixc \ rS rSr S S jrS r\S 5 r\R S 5 rS r \
" \R 5 r
Srg)
r Nc Ub [ U5 UL a [ U5 nX l X0l X@l [ X/UQ70 UD6U l XPl SU l g Nr )iterlist_fieldnamesrestkeyrestvalr dialectline_num)r! f
fieldnamesrO rP rQ argskwdss r" r# DictReader.__init__ sP !d:&6*&Dj)J%Q7$7$7
r% c U $ r' r; r s r" __iter__DictReader.__iter__ s r% c U R c [ U R 5 U l U R R U l U R $ ! [ a N3f = fr' )rN nextr
StopIterationrR r s r" rT DictReader.fieldnames sW #
#'#4 ,,
!
s A
AAc Xl g r' )rN )r! values r" rT r^ s r% c U R S:X a U R [ U R 5 nU R R U l U/ :X a [ U R 5 nU/ :X a M [ [ U R U5 5 n[
U R 5 n[
U5 nX4: a XS X R ' U$ X4: a$ U R US H nU R X%' M U$ rK ) rR rT r\ r dictziplenrO rP )r! rowdlflrkeys r" __next__DictReader.__next__ s ==AOO4;;,,
Rit{{#C RiT__c*+
!
X
7!#hAllO Wrs+ ,r% )rN rQ rR r rO rP )NNNr )r- r. r/ r0 r# rY propertyrT setterrj classmethodtypesGenericAlias__class_getitem__r: r; r% r" r r sX AE ! !, $E$6$67r% r c ^ \ rS rSr S S jrS rS rS rS r\ " \
R 5 rSr
g)
r c Ub [ U5 UL a [ U5 nX l X0l UR 5 nUS; a [ SU- 5 eX@l [ X/UQ70 UD6U l g )N)raiseignorez-extrasaction (%s) must be 'raise' or 'ignore')rL rM rT rP lower
ValueErrorextrasactionr )r! rS rT rP ry rQ rU rV s r" r# DictWriter.__init__ ss !d:&6*&Dj)J$#))+22L+, -
-(Q7$7$7r% c v [ [ U R U R 5 5 nU R U5 $ r' )rb rc rT writerow)r! headers r" writeheaderDictWriter.writeheader s* c$//4??;<}}V$$r% c ^ ^ T R S:X a[ TR 5 T R -
nU( a7 [ SSR U Vs/ s H n[ U5 PM sn5 - 5 eUU 4S jT R 5 $ s snf )Nru z(dict contains fields not in fieldnames: z, c 3 \ ># U H! nTR UTR 5 v M# g 7fr' )getrP ).0ri rowdictr! s r" +DictWriter._dict_to_list..