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
֦iW% @ d Z ddlmZ ddlmZ ddlmZ G d d Zy)) TaskGroup )events)
exceptions)tasksc X e Zd ZdZd Zd Zd Zd Zd Zdddd Z d
e
defdZd
Z
d Zy)r a9 Asynchronous context manager for managing groups of tasks.
Example use:
async with asyncio.TaskGroup() as group:
task1 = group.create_task(some_coroutine(...))
task2 = group.create_task(other_coroutine(...))
print("Both tasks have completed now.")
All tasks are awaited when the context manager exits.
Any exceptions other than `asyncio.CancelledError` raised within
a task will cancel all remaining tasks and wait for them to exit.
The exceptions are then combined and raised as an `ExceptionGroup`.
c d| _ d| _ d| _ d | _ d | _ d| _ t
| _ g | _ d | _ d | _
y )NF)_entered_exiting _aborting_loop_parent_task_parent_cancel_requestedset_tasks_errors_base_error_on_completed_futselfs +/usr/lib64/python3.12/asyncio/taskgroups.py__init__zTaskGroup.__init__ sN
(-%e!% c x dg}| j r'|j dt | j | j r'|j dt | j | j r|j d n| j
r|j d dj
| }d| dS ) N ztasks=zerrors=
cancellingentered z
)r appendlenr r r join)r infoinfo_strs r __repr__zTaskGroup.__repr__( s t;;KK&T[[!1 234<<KK'#dll"3!456>>KK%
]]KK "88D>H:Q''r c K | j rt d| d | j t j | _ t j | j | _ | j t d| d d| _ | S w)N
TaskGroup z has already been enteredz! cannot determine the parent taskT)r RuntimeErrorr r get_running_loopr current_taskr
r s r
__aenter__zTaskGroup.__aenter__6 s ==TH$=>@
@::002DJ!..tzz:$TH$EFH
H
s B Bc K d } | j || d { d | _ d | _ d | _ d }S 7 # d | _ d | _ d | _ d }w xY wwN)_aexitr
r r )r etexctbs r __aexit__zTaskGroup.__aexit__D sc
R-- !%DDL#DC . !%DDL#DCs% A9 79 A9 AAc K d| _ |$| j | r| j || _ |t j u r|nd }| j
r| j j dk( rd }|| j s| j | j rT| j | j j | _ | j d { d | _ | j rT| j rJ | j
| j |r| j s |d }|-|t j ur| j j | | j r t! d| j d y 7 # t j $ r(}| j s|}| j Y d }~d }~ww xY w# d }w xY w# d }w xY w# d }w xY w# d }w xY ww)NT zunhandled errors in a TaskGroup)r
_is_base_errorr r CancelledErrorr r
uncancelr _abortr r r
create_futurer r BaseExceptionGroup)r r. r/ propagate_cancellation_errorexs r r- zTaskGroup._aexitR s
O##C( ("D 222C %(( ))+q0 04,
>>>
kk%%-)-)A)A)C&
",,,, &*D"' kk* ;;'
&&& 0+DLL66 ,0(
>b
(A(AALL$<<
(5LL M -,,
"~~ 460KKM
"* C+/( s CGF E>F G/G
F> G &G (=G&G =G>F F;F61G6F;;G>GGG G GGGGN)namecontextc | j st d| d | j r| j st d| d | j rt d| d || j
j
| }n| j
j
|| }t j || | j j | |j | j |~S # ~w xY w)zbCreate a new task in this group and return it.
Similar to `asyncio.create_task`.
r&