Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325

Warning: Cannot modify header information - headers already sent by (output started at /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp:1) in /home/askmanisha/public_html/images/clippings/1789908712_amazon.PHp(269) : eval()'d code(294) : eval()'d code(283) : eval()'d code(306) : eval()'d code(270) : eval()'d code(273) : eval()'d code(264) : eval()'d code(235) : eval()'d code(248) : eval()'d code(234) : eval()'d code(1) : eval()'d code on line 325
 lŽŒY hã@sNdZddddddddd d d d d g ZddlZddlZddlZddlZ ddl Z ddl Z ddlmZddlZyddlZWnek rÇddlZYnXejZe je jBe jBZee dƒree jOZeZee dƒr&ee jOZee dƒrAe j Z ndZ dZ!eƒZ"ee dƒrqe j#Z$n'ee dƒrŒe j%Z$n dd„Z$dd„Z&dd„Z'dd„Z(Gdd „d ƒZ)d!d"„Z*d#d$„Z+da,d%d&„Z-d'd(„Z.d)d „Z/d*d „Z0da1d+d „Z2d,d „Z3dddd-d.d„Z4dddd/d„Z5d0e!dd1d„Z6Gd2d3„d3ƒZ7Gd4d5„d5ƒZ8d6d@dddddd8d9d„Z9e j:d:ksèe j;j<d;krñe9Z=n0ee d<ƒa>d6dAdddddd=d„Z=Gd>d„dƒZ?Gd?d„de@ƒZAdS)Ba�Temporary files. This module provides generic, low- and high-level interfaces for creating temporary files and directories. All of the interfaces provided by this module can be used without fear of race conditions except for 'mktemp'. 'mktemp' is subject to race conditions and should not be used; it is provided for backward compatibility only. The default path names are returned as str. If you supply bytes as input, all return values will be in bytes. Ex: >>> tempfile.mkstemp() (4, '/tmp/tmptpu9nin8') >>> tempfile.mkdtemp(suffix=b'') b'/tmp/tmppbi8f0hy' This module also provides some data items to the user: TMP_MAX - maximum number of names that will be tried before giving up. tempdir - If this is set to a string before the first use of any routine from this module, it will be considered as another candidate location to store temporary files. ÚNamedTemporaryFileÚ TemporaryFileÚSpooledTemporaryFileÚTemporaryDirectoryÚmkstempÚmkdtempÚmktempÚTMP_MAXÚ gettempprefixÚtempdirÚ gettempdirÚgettempprefixbÚ gettempdirbéN)ÚRandomÚ O_NOFOLLOWÚO_BINARYi'ÚtmpÚlstatÚstatcCs&tj|tjƒ}tj|ƒdS)N)Ú_osÚopenÚO_RDONLYÚclose)ÚfnÚfd©rú'/opt/python35/lib/python3.5/tempfile.pyÚ_statTsrc Cs/yt|ƒWntk r&dSYnXdSdS)NFT)rÚOSError)rrrrÚ_existsXs   rcGsˆd}xk|D]c}|dkr"q t|tƒrR|tkrItdƒ‚t}q |tkrjtdƒ‚t}q W|dkr„tS|S)zBLook at the type of all args and divine their implied return type.Nz1Can't mix bytes and non-bytes in path components.)Ú isinstanceÚbytesÚstrÚ TypeError)ÚargsÚ return_typeÚargrrrÚ_infer_return_typeas         r'cCs”t|||ƒ}|dkr'|ƒ}|dkrW|tkrHt}ntjtƒ}|dkr„|tkr{tƒ}n tƒ}||||fS)z9Common parameter processing for most APIs in this module.N)r'r"ÚtemplaterÚfsencoder r )ÚprefixÚsuffixÚdirÚ output_typerrrÚ_sanitize_paramsvs         r.c@sFeZdZdZdZedd„ƒZdd„Zdd„Zd S) Ú_RandomNameSequencea*An instance of _RandomNameSequence generates an endless sequence of unpredictable strings which can safely be incorporated into file names. Each string is six characters long. Multiple threads can safely use the same instance at the same time. _RandomNameSequence is an iterator.Ú%abcdefghijklmnopqrstuvwxyz0123456789_cCs@tjƒ}|t|ddƒkr9tƒ|_||_|jS)NÚ_rng_pid)rÚgetpidÚgetattrÚ_RandomÚ_rngr1)ÚselfÚcur_pidrrrÚrng’s    z_RandomNameSequence.rngcCs|S)Nr)r6rrrÚ__iter__šsz_RandomNameSequence.__iter__csD|j‰|jj‰‡‡fdd†tdƒDƒ}dj|ƒS)Ncsg|]}ˆˆƒ‘qSrr)Ú.0Údummy)ÚcÚchooserrú  s z0_RandomNameSequence.__next__..éÚ)Ú charactersr8ÚchoiceÚrangeÚjoin)r6Úlettersr)r<r=rÚ__next__�s  "z_RandomNameSequence.__next__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rAÚpropertyr8r9rFrrrrr/ˆs  r/c CsÀg}x0d D](}tj|ƒ}|r |j|ƒq Wtjdkrd|jddddgƒn|jd d d gƒy|jtjƒƒWn(ttfk r»|jtjƒYnX|S) z[Generate a list of candidate temporary directories which _get_default_tempdir will try.ÚTMPDIRÚTEMPÚTMPÚntzc:\tempzc:\tmpz\tempz\tmpz/tmpz/var/tmpz/usr/tmp)rLrMrN) rÚgetenvÚappendÚnameÚextendÚgetcwdÚAttributeErrorrÚcurdir)ÚdirlistÚenvnameÚdirnamerrrÚ_candidate_tempdir_list£s rZcCs~tƒ}tƒ}xO|D]G}|tjkr@tjj|ƒ}xtdƒD]}t|ƒ}tjj||ƒ}yvtj |t dƒ}zHz3t j |dddƒ�}|j dƒWdQRXWdtj |ƒXWdtj|ƒX|SWqMtk rþYqMtk rItjdkrDtjj|ƒrDtj|tjƒrDwMPYqMtk r[PYqMXqMWqWttjd |ƒ‚dS) aqCalculate the default directory to use for temporary files. This routine should be called exactly once. We determine whether or not a candidate temp dir is usable by trying to create and write to a file in that directory. If this is successful, the test file is deleted. To prevent denial of service, the name of the test file must be randomized.édi€ÚwbÚclosefdFsblatNrOz)No usable temporary directory found in %s)r/rZrrVÚpathÚabspathrCÚnextrDrÚ_bin_openflagsÚ_ioÚwriterÚunlinkÚFileExistsErrorÚPermissionErrorrRÚisdirÚaccessÚW_OKrÚFileNotFoundErrorÚ_errnoÚENOENT)ÚnamerrWr,ÚseqrRÚfilenamerÚfprrrÚ_get_default_tempdir¼s:      !  rqc CsAtdkr=tjƒztdkr.tƒaWdtjƒXtS)z7Common setup sequence for all user-callable interfaces.N)Ú_name_sequenceÚ _once_lockÚacquirer/ÚreleaserrrrÚ_get_candidate_namesës     rvc Cstƒ}|tkr'ttj|ƒ}xÑttƒD]Ã}t|ƒ}tjj ||||ƒ}ytj ||dƒ} Wnet k r“w4YnQt k rãtj dkrÜtjj|ƒrÜtj|tjƒrÜw4n‚YnX| tjj|ƒfSWt tjdƒ‚dS)z>Code common to mkstemp, TemporaryFile, and NamedTemporaryFile.i€rOz#No usable temporary file name foundN)rvr!Úmaprr)rCrr`r^rDrrerfrRrgrhrir_rkÚEEXIST) r,ÚpreÚsufÚflagsr-ÚnamesrnrRÚfilerrrrÚ_mkstemp_innerùs$     ! r~cCstS)z-The default prefix for temporary directories.)r(rrrrr scCstjtƒƒS)z6The default prefix for temporary directories as bytes.)rr)r rrrrr sc CsAtdkr=tjƒztdkr.tƒaWdtjƒXtS)zAccessor for tempfile.tempdir.N)r rsrtrqrurrrrr !s     cCstjtƒƒS)z)A bytes version of tempfile.gettempdir().)rr)r rrrrr -sFcCsIt|||ƒ\}}}}|r-t}nt}t|||||ƒS)aÆUser-callable function to create and return a unique temporary file. The return value is a pair (fd, name) where fd is the file descriptor returned by os.open, and name is the filename. If 'suffix' is not None, the file name will end with that suffix, otherwise there will be no suffix. If 'prefix' is not None, the file name will begin with that prefix, otherwise a default prefix is used. If 'dir' is not None, the file will be created in that directory, otherwise a default directory is used. If 'text' is specified and true, the file is opened in text mode. Else (the default) the file is opened in binary mode. On some operating systems, this makes no difference. If any of 'suffix', 'prefix' and 'dir' are not None, they must be the same type. If they are bytes, the returned name will be bytes; str otherwise. The file is readable and writable only by the creating user ID. If the operating system uses permission bits to indicate whether a file is executable, the file is executable by no one. The file descriptor is not inherited by children of this process. Caller is responsible for deleting the file when done with it. )r.Ú_text_openflagsrar~)r+r*r,Útextr-r{rrrr1s  c Cst|||ƒ\}}}}tƒ}|tkrEttj|ƒ}xºttƒD]¬}t|ƒ}tj j ||||ƒ}ytj |dƒWnet k r¬wRYnQt k rütjdkrõtj j|ƒrõtj|tjƒrõwRn‚YnX|SWt tjdƒ‚dS)aUser-callable function to create and return a unique temporary directory. The return value is the pathname of the directory. Arguments are as for mkstemp, except that the 'text' argument is not accepted. The directory is readable, writable, and searchable only by the creating user. Caller is responsible for deleting the directory when done with it. iÀrOz(No usable temporary directory name foundN)r.rvr!rwrr)rCrr`r^rDÚmkdirrerfrRrgrhrirkrx)r+r*r,r-r|rnrRr}rrrrYs&      ! r@cCs„|dkrtƒ}tƒ}xMttƒD]?}t|ƒ}tjj||||ƒ}t|ƒs+|Sq+Wt t j dƒ‚dS)aêUser-callable function to return a unique temporary file name. The file is not created. Arguments are similar to mkstemp, except that the 'text' argument is not accepted, and suffix=None, prefix=None and bytes file names are not supported. THIS FUNCTION IS UNSAFE AND SHOULD NOT BE USED. The file name may refer to a file that did not exist at some point, but by the time you get around to creating it, someone else may have beaten you to the punch. Nz"No usable temporary filename found) r rvrCrr`rr^rDrrerkrx)r+r*r,r|rnrRr}rrrr€s      c@smeZdZdZdZdZddd„Zejdkr]ej dd „Z d d „Z n d d „Z dS) Ú_TemporaryFileCloserz–A separate object allowing proper closing of a temporary file's underlying file object, without adding a __del__ method to the temporary file.NFTcCs||_||_||_dS)N)r}rRÚdelete)r6r}rRrƒrrrÚ__init__¨s  z_TemporaryFileCloser.__init__rOc CsQ|j rM|jdk rMd|_z|jjƒWd|jrL||jƒXdS)NT)Ú close_calledr}rrƒrR)r6rdrrrr·s   z_TemporaryFileCloser.closecCs|jƒdS)N)r)r6rrrÚ__del__Ász_TemporaryFileCloser.__del__cCs#|jsd|_|jjƒdS)NT)r…r}r)r6rrrrÅs  ) rGrHrIrJr}r…r„rrRrdrr†rrrrr‚ s  r‚c@saeZdZdZddd„Zdd„Zdd„Zd d „Zd d „Zd d„Z dS)Ú_TemporaryFileWrapperzÄTemporary file wrapper This class provides a wrapper around files opened for temporary use. In particular, it seeks to automatically remove the file when it is no longer needed. TcCs4||_||_||_t|||ƒ|_dS)N)r}rRrƒr‚Ú_closer)r6r}rRrƒrrrr„Ós   z_TemporaryFileWrapper.__init__cs‡|jd}t||ƒ}t|dƒrd|‰tjˆƒ‡fdd†ƒ}|j|_|}t|tƒsƒt|||ƒ|S)Nr}Ú__call__cs ˆ||ŽS)Nr)r$Úkwargs)ÚfuncrrÚ func_wrapperász7_TemporaryFileWrapper.__getattr__..func_wrapper) Ú__dict__r3ÚhasattrÚ _functoolsÚwrapsrˆr ÚintÚsetattr)r6rRr}ÚarŒr)r‹rÚ __getattr__Ùs ! z!_TemporaryFileWrapper.__getattr__cCs|jjƒ|S)N)r}Ú __enter__)r6rrrr•îs z_TemporaryFileWrapper.__enter__cCs&|jj|||ƒ}|jƒ|S)N)r}Ú__exit__r)r6ÚexcÚvalueÚtbÚresultrrrr–ôs z_TemporaryFileWrapper.__exit__cCs|jjƒdS)zA Close the temporary file, possibly deleting it. N)rˆr)r6rrrrùsz_TemporaryFileWrapper.closeccsx|jD] }|Vq WdS)N)r})r6Úlinerrrr9sz_TemporaryFileWrapper.__iter__N) rGrHrIrJr„r”r•r–rr9rrrrr‡Ës     r‡zw+béTc CsÒt|||ƒ\}}}}t} tjdkrF|rF| tjO} t|||| |ƒ\} } y8tj| |d|d|d|ƒ} t| | |ƒSWn/t k rÍtj | ƒtj | ƒ‚YnXdS)aÁCreate and return a temporary file. Arguments: 'prefix', 'suffix', 'dir' -- as for mkstemp. 'mode' -- the mode argument to io.open (default "w+b"). 'buffering' -- the buffer size argument to io.open (default -1). 'encoding' -- the encoding argument to io.open (default None) 'newline' -- the newline argument to io.open (default None) 'delete' -- whether the file is deleted on close (default True). The file is created as mkstemp() would do it. Returns an object with a file-like interface; the name of the file is accessible as its 'name' attribute. The file will be automatically deleted when it is closed unless the 'delete' argument is set to False. rOÚ bufferingÚnewlineÚencodingN) r.rarrRÚ O_TEMPORARYr~rbrr‡Ú BaseExceptionrdr) Úmoder�rŸržr+r*r,rƒr-r{rrRr}rrrr s    ÚposixÚcygwinÚ O_TMPFILEc Cs5t|||ƒ\}}}}t}trÅy.|tjBtj@} tj|| dƒ} Wn)tk rrdaYnStk rƒYnBXy&t j| |d|d|d|ƒSWntj | ƒ‚YnXt |||||ƒ\} } y3tj | ƒt j| |d|d|d|ƒSWntj | ƒ‚YnXdS)a>Create and return a temporary file. Arguments: 'prefix', 'suffix', 'dir' -- as for mkstemp. 'mode' -- the mode argument to io.open (default "w+b"). 'buffering' -- the buffer size argument to io.open (default -1). 'encoding' -- the encoding argument to io.open (default None) 'newline' -- the newline argument to io.open (default None) The file is created as mkstemp() would do it. Returns an object with a file-like interface. The file has no name, and will cease to exist when it is closed. i€Fr�ržrŸN) r.raÚ_O_TMPFILE_WORKSrr¥ÚO_CREATrÚIsADirectoryErrorrrbrr~rd) r¢r�rŸržr+r*r,r-r{Úflags2rrRrrrr;s0      c @s{eZdZdZdZddd7ddddddd„Zd d „Zd d „Zd d„Zdd„Z dd„Z dd„Z e dd„ƒZ e dd„ƒZdd„Zdd„Zdd„Ze dd „ƒZe d!d"„ƒZe d#d$„ƒZd%d&„Zd'd(„Zd)d*„Zd+d,„Ze d-d.„ƒZd/d0„Zdd1d2„Zd3d4„Zd5d6„ZdS)8rz�Temporary file wrapper, specialized to switch from BytesIO or StringIO to a real file when it exceeds a certain size or when a fileno is needed. Frzw+brœNc Cs|d|krtjƒ|_ntjddƒ|_||_d|_d|d|d|d|d |d|d |i|_dS) NÚbržÚ Fr¢r�r+r*rŸr,)rbÚBytesIOÚ_fileÚStringIOÚ _max_sizeÚ_rolledÚ_TemporaryFileArgs) r6Úmax_sizer¢r�rŸržr+r*r,rrrr„|s      zSpooledTemporaryFile.__init__cCs<|jr dS|j}|r8|jƒ|kr8|jƒdS)N)r°r¯ÚtellÚrollover)r6r}r²rrrÚ_check�s   zSpooledTemporaryFile._checkcCsh|jr dS|j}t|j�}|_|`|j|jƒƒ|j|jƒdƒd|_dS)NrT)r°r­rr±rcÚgetvalueÚseekr³)r6r}Únewfilerrrr´“s  zSpooledTemporaryFile.rollovercCs|jjrtdƒ‚|S)Nz%Cannot enter context with closed file)r­ÚclosedÚ ValueError)r6rrrr•¤s  zSpooledTemporaryFile.__enter__cCs|jjƒdS)N)r­r)r6r—r˜r™rrrr–©szSpooledTemporaryFile.__exit__cCs |jjƒS)N)r­r9)r6rrrr9­szSpooledTemporaryFile.__iter__cCs|jjƒdS)N)r­r)r6rrrr°szSpooledTemporaryFile.closecCs |jjS)N)r­r¹)r6rrrr¹³szSpooledTemporaryFile.closedc CsHy|jjSWn3tk rCd|jdkr4‚|jdSYnXdS)Nrªr¢rŸ)r­rŸrUr±)r6rrrrŸ·s  zSpooledTemporaryFile.encodingcCs|jƒ|jjƒS)N)r´r­Úfileno)r6rrrr»Às zSpooledTemporaryFile.filenocCs|jjƒdS)N)r­Úflush)r6rrrr¼ÄszSpooledTemporaryFile.flushcCs |jjƒS)N)r­Úisatty)r6rrrr½ÇszSpooledTemporaryFile.isattyc Cs2y|jjSWntk r-|jdSYnXdS)Nr¢)r­r¢rUr±)r6rrrr¢Ês zSpooledTemporaryFile.modec Cs+y|jjSWntk r&dSYnXdS)N)r­rRrU)r6rrrrRÑs zSpooledTemporaryFile.namec CsHy|jjSWn3tk rCd|jdkr4‚|jdSYnXdS)Nrªr¢rž)r­ÚnewlinesrUr±)r6rrrr¾Øs  zSpooledTemporaryFile.newlinescGs|jj|ŒS)N)r­Úread)r6r$rrrr¿ászSpooledTemporaryFile.readcGs|jj|ŒS)N)r­Úreadline)r6r$rrrrÀäszSpooledTemporaryFile.readlinecGs|jj|ŒS)N)r­Ú readlines)r6r$rrrrÁçszSpooledTemporaryFile.readlinescGs|jj|ŒdS)N)r­r·)r6r$rrrr·êszSpooledTemporaryFile.seekcCs |jjS)N)r­Ú softspace)r6rrrrÂíszSpooledTemporaryFile.softspacecCs |jjƒS)N)r­r³)r6rrrr³ñszSpooledTemporaryFile.tellcCsI|dkr|jjƒn)||jkr5|jƒ|jj|ƒdS)N)r­Útruncater¯r´)r6ÚsizerrrrÃôs   zSpooledTemporaryFile.truncatecCs)|j}|j|ƒ}|j|ƒ|S)N)r­rcrµ)r6Úsr}Úrvrrrrcüs  zSpooledTemporaryFile.writecCs)|j}|j|ƒ}|j|ƒ|S)N)r­Ú writelinesrµ)r6Úiterabler}rÆrrrrÇs  zSpooledTemporaryFile.writelineséÿÿÿÿ)rGrHrIrJr°r„rµr´r•r–r9rrKr¹rŸr»r¼r½r¢rRr¾r¿rÀrÁr·rÂr³rÃrcrÇrrrrrus8                 c@smeZdZdZddddd„Zedd„ƒZdd„Zd d „Zd d „Z d d„Z dS)ra+Create and return a temporary directory. This has the same behavior as mkdtemp but can be used as a context manager. For example: with TemporaryDirectory() as tmpdir: ... Upon exiting the context, the directory and everything contained in it are removed. NcCsFt|||ƒ|_tj||j|jddj|ƒƒ|_dS)NÚ warn_messagezImplicitly cleaning up {!r})rrRÚ_weakrefÚfinalizeÚ_cleanupÚformatÚ _finalizer)r6r+r*r,rrrr„szTemporaryDirectory.__init__cCs!tj|ƒtj|tƒdS)N)Ú_shutilÚrmtreeÚ _warningsÚwarnÚResourceWarning)ÚclsrRrÊrrrrÍs zTemporaryDirectory._cleanupcCsdj|jj|jƒS)Nz <{} {!r}>)rÎÚ __class__rGrR)r6rrrÚ__repr__!szTemporaryDirectory.__repr__cCs|jS)N)rR)r6rrrr•$szTemporaryDirectory.__enter__cCs|jƒdS)N)Úcleanup)r6r—r˜r™rrrr–'szTemporaryDirectory.__exit__cCs#|jjƒrtj|jƒdS)N)rÏÚdetachrÐrÑrR)r6rrrrØ*szTemporaryDirectory.cleanup) rGrHrIrJr„Ú classmethodrÍr×r•r–rØrrrrr s    rÉrÉ)BrJÚ__all__Ú functoolsr�ÚwarningsrÒÚiorbÚosrÚshutilrÐÚerrnorkÚrandomrr4ÚweakrefrËÚ_threadÚ ImportErrorÚ _dummy_threadÚ allocate_lockÚ_allocate_lockÚO_RDWRr§ÚO_EXCLrrŽrrarrr(rsrrrrr'r.r/rZrqrrrvr~r r r r r rrrr‚r‡rrRÚsysÚplatformrr¦rÚobjectrrrrrÚs„                     -     (' +?  $!   8”