eHSrSSKrSSK7 SSKrSSKrSSKrSSKrSSKJrJr SSK r \ "\ SS5r \ "\ SS5r \ "\ S S5r/S Qr\R!\R""\55 \R$"S \S 5 \R$"S \S5 \R$"S\S5 \R$"S\S5 SrSrSr\R.R15R3S5(Ga0rS\S'S\S'S\S'S\S'S\S 'S!\S"'S#\S$'S%\S&'S'\S('S)\S*'S+\S,'S-\S.'S/\S0'S1\S2'S3\S4'S5\S6'S7\S8'S9\S:'S;\S<'S=\S>'S?\S@'SA\SB'SC\SD'SE\SF'SG\SH'SI\SJ'SK\SL'SM\SN'SO\SP'SQ\SR'SS\ST'SU\SV'SW\SX'SY\SZ'S[\S\'S]\S^'S_\S`'Sa\Sb'Sc\Sd'Se\Sf'Sg\Sh'Si\Sj'Sk\Sl'Sm\Sn'So\Sp'Sq\Sr'Ss\St'Su\Sv'Sw\Sx'Sy\Sz'S{\S|'S}\S~'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'S\S'\R7S5 "SS\5r"SS\R<5rSSjr\ "\R<S5(aSSK!r!SSjr"\R7S5 \ "\R<S5(aSSK!r!SSjr#\R7S5 \ "\R<S5(aSr$\R7S5 \%\&S4Sjr'\ "\S5(a S\&S4Sjr(O\'r(\R7S5 S\(l\ \1r)"SS\RT5r+SSjr,\-"5r.\.S4SS.Sjjr/Sr0\%SSSS.Sjr1SSjr2g!\ a Sr GNf=f)aThis module provides socket operations and some related functions. On Unix, it supports IP (Internet Protocol) and Unix domain sockets. On other systems, it only supports IP. Functions specific for a socket are available as methods of the socket object. Functions: socket() -- create a new socket object socketpair() -- create a pair of new socket objects [*] fromfd() -- create a socket object from an open file descriptor [*] send_fds() -- Send file descriptor to the socket. recv_fds() -- Receive file descriptors from the socket. fromshare() -- create a socket object from data received from socket.share() [*] gethostname() -- return the current hostname gethostbyname() -- map a hostname to its IP number gethostbyaddr() -- map an IP number or hostname to DNS info getservbyname() -- map a service name and a protocol name to a port number getprotobyname() -- map a protocol name (e.g. 'tcp') to a number ntohs(), ntohl() -- convert 16, 32 bit int from network to host byte order htons(), htonl() -- convert 16, 32 bit int from host to network byte order inet_aton() -- convert IP addr string (123.45.67.89) to 32-bit packed format inet_ntoa() -- convert 32-bit packed format IP to string (123.45.67.89) socket.getdefaulttimeout() -- get the default timeout value socket.setdefaulttimeout() -- set the default timeout value create_connection() -- connects to an address, with an optional timeout and optional source address. create_server() -- create a TCP socket and bind it to a specified address. [*] not available on all platforms! Special objects: SocketType -- type object for socket objects error -- exception raised for I/O errors has_ipv6 -- boolean value indicating if IPv6 is supported IntEnum constants: AF_INET, AF_UNIX -- socket domains (first argument to socket() call) SOCK_STREAM, SOCK_DGRAM, SOCK_RAW -- socket types (second argument) Integer constants: Many other constants may be defined; these may be used in calls to the setsockopt() and getsockopt() methods. N)*)IntEnumIntFlagEBADF EAGAIN EWOULDBLOCK)fromfdgetfqdncreate_connection create_serverhas_dualstack_ipv6 AddressFamily SocketKindrcRUR5=(a URS5$)NAF_isupper startswithCs ,/opt/imh/python3.13/lib/python3.13/socket.pyrO!))+5!,,u"55rcRUR5=(a URS5$)NSOCK_rrs rrrTs!))+7!,,w"77rMsgFlagcRUR5=(a URS5$)NMSG_rrs rrrYs!))+6!,,v"66r AddressInfocRUR5=(a URS5$)NAI_rrs rrr^rrz 127.0.0.1z::1c8U"U5$![a Us$f=f)zsConvert a numeric family value to an IntEnum member. If it's not a known member, return the numeric value itself. ) ValueError)value enum_klasss r_intenum_converterr)ds& %   s  winz)Specified event object handle is invalid.zInsufficient memory available.z#One or more parameters are invalid.WzOverlapped operation aborted.iz2Overlapped I/O event object not in signaled state.iz)Overlapped operation will complete later.izThe operation was interrupted.i'zA bad file handle was passed.i'zPermission denied.i'z!A fault occurred on the network??i'z#An invalid operation was attempted.i&'zToo many open files.i('z!The socket operation would block.i3'z,A blocking operation is already in progress.i4'zOperation already in progress.i5'zSocket operation on nonsocket.i6'zDestination address required.i7'zMessage too long.i8'zProtocol wrong type for socket.i9'zBad protocol option.i:'zProtocol not supported.i;'zSocket type not supported.i<'zOperation not supported.i='zProtocol family not supported.i>'z0Address family not supported by protocol family.i?'zThe network address is in use.i@'z Cannot assign requested address.iA'zNetwork is down.iB'zNetwork is unreachable.iC'z$Network dropped connection on reset.iD'z!Software caused connection abort.iE'zThe connection has been reset.iF'zNo buffer space available.iG'zSocket is already connected.iH'zSocket is not connected.iI'zThe network has been shut down.iJ'zToo many references.iK'zThe operation timed out.iL'zConnection refused.iM'zCannot translate name.iN'zThe name is too long.iO'zThe host is down.iP'zThe host is unreachable.iQ'zDirectory not empty.iR'zToo many processes.iS'zUser quota exceeded.iT'zDisk quota exceeded.iU'zStale file handle reference.iV'zItem is remote.iW'z!Network subsystem is unavailable.ik'z!Winsock.dll version out of range.il'z(Successful WSAStartup not yet performed.im'zGraceful shutdown in progress.iu'z*No more results from WSALookupServiceNext.iv'zCall has been canceled.iw'z Procedure call table is invalid.ix'zService provider is invalid.iy'z&Service provider failed to initialize.iz'zSystem call failure.i{'zService not found.i|'zClass type not found.i}'i~'zCall was canceled.i'zDatabase query was refused.i'zHost not found.i*z Nonauthoritative host not found.i*zThis is a nonrecoverable error.i*z*Valid name, no data record requested type.i*zQoS receivers.i*z QoS senders.i*zNo QoS senders.i*zQoS no receivers.i+zQoS request confirmed.i+zQoS admission error.i+zQoS policy failure.i+zQoS bad style.i+zQoS bad object.i+zQoS traffic control error.i+zQoS generic error.i+zQoS service type error.i+zQoS flowspec error.i +zInvalid QoS provider buffer.i +zInvalid QoS filter style.i +i +zIncorrect QoS filter count.i +zInvalid QoS object length.i+zIncorrect QoS flow count.i+zUnrecognized QoS object.i+zInvalid QoS policy object.i+zInvalid QoS flow descriptor.i+z'Invalid QoS provider-specific flowspec.i+z)Invalid QoS provider-specific filterspec.i+z&Invalid QoS shape discard mode object.i+z Invalid QoS shaping rate object.i+z!Reserved policy QoS element type.i+errorTabc\rSrSrSrg)_GiveupOnSendfileN)__name__ __module__ __qualname____firstlineno____static_attributes__r2rrr0r0sDrr0cr^\rSrSrSr/SQrS"SjrSrSrSr S r S r S r S#SSSS .S jjr \"\S5(aS$SjrOS$SjrS$SjrSrS$SjrSr\R,4SjrSrU4Sjr\U4Sj5r\U4Sj5r\R:S:XaSrSrOSrSrS\lS \lS!r U=r!$)%socketz:A subclass of _socket.socket adding the makefile() method.) __weakref___io_refs_closedNcUc US:Xa[nUS:Xa[nUS:XaSn[RR XX#U5 SUlSUlg)NrF)AF_INET SOCK_STREAM_socketr9__init__r<r=)selffamilytypeprotofilenos rrCsocket.__init__sQ >| rz"{d6B  rcU$Nr2rDs r __enter__socket.__enter__s rcHUR(dUR5 ggrK)r=close)rDargss r__exit__socket.__exit__s|| JJLrc[USS5nSURRURRU(aSOSUR 5UR UR UR4-nU(dRUR5nU(aUS[U5-- nUR5nU(aUS[U5-- nUS- nU$![[4a NBf=f![[4a N/f=f) zFWrap __repr__() to reveal the real class name and socket address(es). r=Fz,<%s.%s%s fd=%i, family=%s, type=%s, proto=%iz [closed]z , laddr=%sz , raddr=%s>) getattr __class__r4r5rHrErFrG getsocknamestrerrorAttributeError getpeername)rDclosedsladdrraddrs r__repr__socket.__repr__sy%0 :~~((~~**${"{{}{{yyzz   ((*E 22A ((*E 22A S>*   >*  s$?(C((C-C*)C*-D?DcJ[SURR<S35e)Nzcannot pickle z object) TypeErrorrXr3rLs r __getstate__socket.__getstate__s!.)@)@(C7KLLrc[UR55nURURURUR US9nUR UR55 U$)zdup() -> socket object Duplicate the socket. Return a new socket object connected to the same system resource. The new socket is non-inheritable. rH)duprHrXrErFrG settimeout gettimeout)rDfdsocks rrj socket.dupsN  ~~dkk499djj~L )* rcUR5up[URURURUS9n[ 5c&UR 5(aURS5 X24$)zaccept() -> (socket object, address info) Wait for an incoming connection. Return a new socket representing the connection, and the address of the client. For IP sockets, the address info is a pair (hostaddr, port). riT)_acceptr9rErFrGgetdefaulttimeoutrl setblocking)rDrmaddrrns raccept socket.accept sZ<<>dkk499djjD   &4??+<+<   T "zr)encodingerrorsnewlinec[U51Sk::d[SU<S35eSU;nSU;=(d U(+nU(d U(deSU;nSn U(aU S- n U(aU S- n [X 5n U=RS- slUcS nUS :a[R nUS :XaU(d [S 5eU $U(aU(a[R "XU5n O=U(a[R"X5n OU(de[R"X5n U(aU $[R"U5n[R"XXE5n Xl U $) zmakefile(...) -> an I/O stream connected to the socket The arguments are as for io.open() after the filename, except the only supported mode values are 'r' (default), 'w', 'b', or a combination of those. >brwz invalid mode z (only r, w, b allowed)r}r|r{rUr?rz!unbuffered streams must be binary) setr&SocketIOr<ioDEFAULT_BUFFER_SIZEBufferedRWPairBufferedReaderBufferedWriter text_encoding TextIOWrappermode) rDr bufferingrwrxrywritingreadingbinaryrawmoderawbuffertexts rmakefilesocket.makefile0s-4yO+OP P++,W'!!  sNG  sNGt%   I q=..I > !DEEJ w&&s;F &&s6FN7&&s6F M##H-&B  rsendfilecURXU5 UR5nUR5n[ R"U5RnU(dg[U=(d US5nUR5n U S:Xa [S5e[[S5(a[R"5n O[R "5n U R#U[R$5 Sn U R&n [ R(n U (aU "U 5(d [+S5eU(a[X;- U5nUS::aOU "XEX(5nUS:XaO X.- nX- n MVU U S:a$[US5(aUR/U5 $$$![[R4an[ U5eSnAff=f![an[ U5eSnAff=f![,a U (dU "5 M[anU S:Xa [ U5eUSeSnAff=f!U S:a$[US5(aUR/U5 fff=f)Nri@&non-blocking sockets are not supported PollSelectorz timed outseek)_check_sendfile_paramsrHr\rUnsupportedOperationr0osfstatst_sizeOSErrorminrlr&hasattr selectorsrSelectSelectorregister EVENT_WRITEselectr TimeoutErrorBlockingIOErrorr)rDfileoffsetcountsocknorHerrfsize blocksizetimeoutselector total_sentselector_select os_sendfilesents r_sendfile_use_sendfilesocket._sendfile_use_sendfile^s  ' 'e <[[]F - -(00ENUG4Ioo'G!| !IJJy.11$113$335   fi&;&; <J&ooO++K &w'?'?*;77$'(:I$F $>!+*66M  19!"* 78">gdF&;&;IIf%'<>s#B$;$;< -',, - -',, -@+!&,- ",%? #4C"88!t+,>gdF&;&;IIf%'<>sjF G@ @rcURXU5 UR5S:Xa [S5eU(aURU5 U(a [ US5OSnSnUR nUR nU(a[ X5- U5nUS::aO@[U"U55nU(dO'U"U5n XY- nU [U5:aXSnOOM$M\UUS:a&[US5(aURX%-5 $$$![a Mbf=f!US:a&[US5(aURX%-5 fff=f)Nrri r) rrlr&rrreadsend memoryviewlenrr) rDrrrrr file_read sock_senddatars r_sendfile_use_sendsocket._sendfile_use_sendsG ##D%8 ??  !EF F  IIf (-Ct$4  II II  / #E$6 BI A~!)I"67 "(#* #d)+#';D!&A~'$"7"7 &-.#8~+! !A~'$"7"7 &-.#8~s0:7D2D:D DDDD.Ec(S[USS5;a [S5eUR[-(d [S5eUbP[ U[ 5(d[ SRU55eUS::a[SRU55egg)Nr{rz$file should be opened in binary modez+only SOCK_STREAM type sockets are supportedz+count must be a positive integer (got {!r})r)rWr&rFrA isinstanceintreformatrs rrsocket._check_sendfile_paramss gdFC0 0CD Dyy;&JK K  eS))AHHOQQz AHHOQQ rclURXU5$![a URXU5s$f=f)asendfile(file[, offset[, count]]) -> sent Send a file until EOF is reached by using high-performance os.sendfile() and return the total number of bytes which were sent. *file* must be a regular file object opened in binary mode. If os.sendfile() is not available (e.g. Windows) or file is not a regular file socket.send() will be used instead. *offset* tells from where to start reading the file. If specified, *count* is the total number of bytes to transmit as opposed to sending the file until EOF is reached. File position is updated on return or also in case of error in which case file.tell() can be used to figure out the number of bytes which were sent. The socket must be of SOCK_STREAM type. Non-blocking sockets are not supported. )rr0rrs rrsocket.sendfiles?$ @..tUC C  @**4? ? @s 33cURS:aU=RS-slUR(aUR5 gg)Nrr~)r<r=rPrLs r_decref_socketiossocket._decref_socketioss1 ==1  MMQ M << JJL rc&URU5 grK)rP)rD_sss r _real_closesocket._real_closes  $rcTSUlURS::aUR5 gg)NTr)r=r<rrLs rrP socket.closes& ==A      rc.>SUl[TU] 5$)zdetach() -> file descriptor Close the socket object without closing the underlying file descriptor. The object cannot be used after this call, but the file descriptor can be reused for other purposes. The file descriptor is returned. T)r=superdetachrDrXs rr socket.detachs w~rc4>[[TU][5$)z@Read-only access to the address family for this socket. )r)rrErrs rrE socket.familys"%'.-@@rc4>[[TU][5$)z-Read-only access to the socket type. )r)rrFrrs rrF socket.type s"%', ;;rntcJ[R"UR55$rK)rget_handle_inheritablerHrLs rget_inheritablesocket.get_inheritables,,T[[]; ;rcN[R"UR5U5 grK)rset_handle_inheritablerHrD inheritables rset_inheritablesocket.set_inheritables  % %dkkm[ ArcJ[R"UR55$rK)rrrHrLs rrrs%%dkkm4 4rcN[R"UR5U5 grK)rrrHrs rrrs   t{{}k :rz&Get the inheritable flag of the socketz&Set the inheritable flag of the socket)r=r<)r?r?r?N)r|NrN)"r3r4r5r6__doc__ __slots__rCrMrRrbrfrjrurrrrrrrrrBr9rrPrpropertyrErFnamerrr7 __classcell__rXs@rr9r9sD6I <M  *tT*Xr:? &B @"/H Q@. &nn  AA <<  ww$ < B 5 ;FOFOrr9c0[U5n[XX45$)zfromfd(fd, family, type[, proto]) -> socket object Create a socket object from a duplicate of the given file descriptor. The remaining arguments are the same as for socket(). )rjr9)rmrErFrGnfds rr r s b'C & ++rsendmsgc URU[R[R[R"SU54/5$)z{send_fds(sock, buffers, fds[, flags[, address]]) -> integer Send the list of file descriptors fds over an AF_UNIX socket. i)rrB SOL_SOCKET SCM_RIGHTSarray)rnbuffersfdsflagsaddresss rsend_fdsr*s? ||Gw'9'9    C 5'7&89 9rrrecvmsgc [R"S5nURU[R"X$R-55upVp7UHhupn U[R :XdMU [R :XdM2URU S[U 5[U 5UR-- 5 Mj U[U5X74$)zrecv_fds(sock, bufsize, maxfds[, flags]) -> (data, list of file descriptors, msg_flags, address) Receive up to maxfds file descriptors returning the message data and a list containing the descriptors. rN) rrrBCMSG_LENitemsizerr frombytesrlist) rnbufsizemaxfdsrrmsgancdatart cmsg_level cmsg_type cmsg_datas rrecv_fdsr 6skk#$(LL   Vll2 3%5!e07 ,J9g000Y'BTBT5T i)II#i.3<<*GHJK18 DIu**rr sharec[SSSU5$)znfromshare(info) -> socket object Create a socket object from the bytes object returned by socket.share(pid). r)r9)infos r fromsharer Js aAt$$rr crU[:Xa[nOU[:Xa[nO [ S5eU[ :wa [ S5eUS:wa [ S5e[ XU5nURUS45 UR5 UR5SSupV[ XU5nURS5 URXV45 URS5 UR5upUR5 UR5UR!5:wd"UR5UR!5:wa [#S5eX4$![[4a Nf=f! UR5 e=f!UR5 f=f! UR5 UR5 e=f) Nz?Only AF_INET and AF_INET6 socket address families are supportedz)Only SOCK_STREAM socket type is supportedrzOnly protocol zero is supportedFTzUnexpected peer connection)r@ _LOCALHOSTAF_INET6 _LOCALHOST_V6r&rAr9bindlistenrYrsconnectrInterruptedErrorrurPr]ConnectionError) rErFrGhostlsockrtportcsockssock_s r_fallback_socketpairrVs  8 )* * {DEE z:;; 6 'E D!9 &&(!, vU+    e $  tl+   d #||~HE1      5#4#4#6 6  "e&7&7&99!">? ?: >5$%56    KKM      sP!AE>&E(8E #E(?AFE%"E($E%%E((E;;E>>F#F6 socketpaircUc[n[R"XU5up4[ XX#R 55n[ XX$R 55nX44$![a [nNbf=frK)AF_UNIX NameErrorr@rBrr9r)rErFrGar{s rrrsh > ! !!&6 6 3 6 3t  !  !sAA.-A.a8socketpair([family[, type[, proto]]]) -> (socket object, socket object) Create a pair of socket objects from the sockets returned by the platform socketpair() function. The arguments are the same as for socket() except the default family is AF_UNIX if defined on the platform; otherwise, the default is AF_INET. cv^\rSrSrSrSrSrSrSrSr U4Sjr S r \ S 5r \ S 5rS rS rU=r$)rizRaw I/O implementation for stream sockets. This class supports the makefile() method on sockets. It provides the raw I/O interface on top of a socket object. cUS;a[SU-5e[RRU5 XlSU;aUS- nX lSU;UlSU;UlSUlg)N)r|r}rwrbwbrwbzinvalid mode: %rr{r|r}F) r&r RawIOBaserC_sock_mode_reading_writing_timeout_occurred)rDrnrs rrCSocketIO.__init__sf : :/$67 7 d# d? CKD t  t  !&rc,UR5 UR5 UR(a [S5eURR U5$![ a SUle[anUR[;aSnAgeSnAff=f)a Read up to len(b) bytes into the writable buffer *b* and return the number of bytes read. If the socket is non-blocking and no bytes are available, None is returned. If *b* is non-empty, a 0 return value indicates that the connection was shutdown at the other end. z!cannot read from timed out objectTN) _checkClosed_checkReadabler/rr+ recv_intorr[errno_blocking_errnosrDr{es rreadintoSocketIO.readintos    ! !=> > ::''* * %)D "  ww**  sAB4B BBcUR5 UR5 URRU5$![anUR [ ;aSnAgeSnAff=f)zWrite the given bytes or bytearray object *b* to the socket and return the number of bytes written. This can be less than len(b) if not all data could be written. If the socket is non-blocking and no bytes could be written None is returned. N)r2_checkWritabler+rr[r5r6r7s rwriteSocketIO.writesW   ::??1% % ww**   s= A&A! A!!A&cRUR(a [S5eUR$)z2True if the SocketIO is open for reading. I/O operation on closed socket.)r^r&r-rLs rreadableSocketIO.readable! ;;>? ?}}rcRUR(a [S5eUR$)z2True if the SocketIO is open for writing. r@)r^r&r.rLs rwritableSocketIO.writablerCrcX>UR(a [S5e[TU] 5$)z2True if the SocketIO is open for seeking. r@)r^r&rseekablers rrHSocketIO.seekables& ;;>? ?w!!rcVUR5 URR5$)z=Return the file descriptor of the underlying socket. )r2r+rHrLs rrHSocketIO.filenos# zz  ""rcFUR(dUR5$g)Nr?)r^rHrLs rr SocketIO.names{{;;= rcUR$rK)r,rLs rr SocketIO.mode s zzrcUR(ag[RRU5 URR 5 SUlg)zwClose the SocketIO object. This doesn't close the underlying socket, except if all references to it have disappeared. N)r^rr*rPr+rrLs rrPSocketIO.closes7 ;;  4  $$& r)r,r-r+r/r.)r3r4r5r6rrCr9r=rArErHrHrrrrPr7rrs@rrrs] ', "#  rrcUR5nU(aUS;a [5n[U5upnURSU5 UH nSU;dM U$ UnU$![a U$f=f)abGet fully qualified domain name from name. An empty argument is interpreted as meaning the local host. First the hostname returned by gethostbyaddr() is checked, then possibly existing aliases. In case no FQDN is available and `name` was given, it is returned unchanged. If `name` was empty, '0.0.0.0' or '::', hostname from gethostname() is returned. )z0.0.0.0z::r.)strip gethostname gethostbyaddrinsertr[)rhostnamealiasesipaddrss rr r s ::>> with create_server(('', 8000)) as server: ... while True: ... conn, addr = server.accept() ... # handle new connection SO_REUSEPORTz+SO_REUSEPORT not supported on this platformz-dualstack_ipv6 not supported on this platformz'dualstack_ipv6 requires AF_INET6 family)rcygwin SO_REUSEADDRr~rrlrkz& (while attempting to bind on address )N)rrBr&rrr9rArrrnrrur[r@rsrmrkrlrstrerrorr5rrP)rrErorprqrnrrs rrrys&''>::FGG!##LM M X FG G &+ &D) 77* *00  L!< &Wh$77 OOJ a 8 8(* k1=-00G^44 k1= 2 IIg  ? KKM  KK  1    2w(C 3'T 1 2   s[/)G*F4B/G*$F-5G* G* F*'G*)F**G*- G'7+G""G''G**Hc/n[R"XX#XE5H:nUuppJn UR[U[5[U [ 5XJU 45 M< U$)aResolve host and port into list of address info entries. Translate the host/port argument into a sequence of 5-tuples that contain all the necessary arguments for creating a socket connected to that service. host is a domain name, a string representation of an IPv4/v6 address or None. port is a string service name such as 'http', a numeric port number or None. By passing None as the value of host and port, you can pass NULL to the underlying C API. The family, type and proto arguments can be optionally specified in order to narrow the list of addresses returned. Passing zero as a value for each of these arguments selects the full range of results. )rBr]r`r)rr) rrrErFrGraddrlistrdrerfrgrhs rr]r]s` H""4vUJ-0*e+B >+HjA2/ 0K Or)rr)rU)rrrr)3rrBrsysrrenumrrr5 ImportErrorrWrrr __all__extend_get_exports_list _convert_r3rrr)platformlowerrr.r` Exceptionr0r9r rrrr r r@rArrr6r*rr objectr^r rrr]r2rrrs.`! w" " %e]B/  @r##G,-57 79 68 57   <<""5))H=HQK2HQK8HRL3HSMHHSM?HSM6HUO5HUO*HUO9HUO;HUO,HUO9HUODHUO6HUO6HUO5HUO)HUO7HUO,HUO/HUO2HUO0HUO6HUOHHUO6HUO8HUO(HUO/HUOHUO,HUO*HUO-HUOBHUO*HUO3HUO'HUO8HUO7HUOBHUO&HUO$HUO'HUO)HUO.HUO,HUO+HUO&HUO'HUO2HUO*HUO/HUO+HUO4HUO1HUO1HUO3HUO2HUO1HUO0HUO2HUO4HUO?HUOAHUO>HUO8HUO9HUO NN:) (EGW^^EGN , 7>>9%%9 NN: 7>>9%%+" NN: 7>>7##% NN; !(k4l 7L!![ &J NN<  [*qr||qh6!('>%)099>09f  &-du!&DNI EsPP! P!