ELF`4*4 (  . . )99CJ'FA!H"$3B>)D(@I,2*4.#5;&8CE9G %+1-<6:0/=?7pH   4  4 , \ `   .88889(:@:5y9St"A /, n;"iiTB(:V5 ->z4(: 8d@:+  _DYNAMIC_GLOBAL_OFFSET_TABLE___gmon_start___init_fini__deregister_frame_info__register_frame_infoPyImport_ImportModulePyObject_GetAttrStringPyCObject_AsVoidPtr_Py_NoneStructPyInt_FromLongPyArg_ParseTuplereallocPyErr_NoMemoryPyString_FromStringAndSizePyExc_MemoryErrorPyErr_SetStringmemcpyPyString_SizePyString_AsStringPyObject_IsTruefreePyObject_LengthPyObject_CallFunctionPy_BuildValuePy_FindMethodPyExc_AttributeErrorPyInt_AsLongPyErr_Occurred_PyObject_NewmallocinitcStringIOPy_InitModule4PyModule_GetDictPyType_TypePyCObject_FromVoidPtrPyDict_SetItemStringPy_FatalErrorlibc.so.6___brk_addr__curbrk__environatexit_etext_edata__bss_start_endcStringIO.soGCC.INTERNALGLIBC_2.08=dii  .55$5(5,54585<5D5H5L5T5X5\5d5h5l5t5x5|55555555555555555L6X6`6d66666666666666666677 7777 7(7,70787<7@7H77777h8l8t888888888h9d9 x9*`9-p96|98t9Fl9G\9I8888 8!8"8#8%9&9'9( 9+9,9-9.9/ 90$91(92,93095497899<9;@9=D9>H9?L9CP9ET9HX9IUS[ß)t ] hhhhh h($h0(h8p,h@`0hHP4hP@8hX0<h` @hhDhpHhxLhPhThXh\h`hdhhhplh`phPth@xh0|h hhUS[k'Pu>t&PLЋL8u胻t PǃP]US[']ÍvUS[&tTPP]ÍvUS[&]ÐUWVS[æ&Eu(ǃt>u WƃtV7E>u FV@Ѓu GW@ЋEe[^_ÉUS[3&E@ ]ÐUS[ &Ep ]UVS[%uEEPEP,Pu 'u1EuFuF EUF9~;F9BVvv_Fu$F Fr6t&}EEF FEHM;V}鋃e[^ÍvUVMUq A)|9~…}1ҋE q0Q ЋuUS[$EEP0Pu  tuEPuEPu 1]UWVuN~ F9s: tB9r9sBE +V+F V e^_ÉUS[<$EPuPu]ÍvUWVS[ $u}V F9|PF9BVvvFu.3P0F F't&F FWu PF F 9F}Fe[^_ÉUVS[k#EPAPu t:ujƃt(utVPut 1e[^ÍvUVS["uEEPCPu 9 u1.udtF V9~ vFPve[^ÐUS[Ç"Ep p]ÐUS[c"UB 9B~B]ÐUS[7"j]UVS["uFtPKFFFF e[^US[!]ÍvUVS[î!E PAPu @uCFP ƃMPV@tru FV@Ѓu tRXPu YP@ƃt-V\PE >u FV@ЃE u1&vPuSƋE 8u PPBЉe[^ÉUVS[Þ uFt PVe[^ÍvUWVS[i UE ƍ tPRDPR t&re[^_UWVS[ E ƍ tP0,uƃutEp1e[^_ÉUWVS[å}lPƃtMF FFWFt ~#3P08F1e[^_ÍvUVS["uFtu FPPBFFF e[^ÐUVS[uEEPEP,Pu u13EuFuF EE} E1F e[^ÐUVS[ZuFtuFPPBЃVxe[^ÐUS[u uP]ÐUWVS[uVEt7Vǃt'PtUPxp@ 1e[^_ÍvUS[ÈEEPCPu u1Euh t&P>]ÐUWVS[-hjlPPP-PNjpjP5VPW,tu FV@ЃPPWzlPPWft Pne[^_ÐUVS[Zpxt Ѓ>ue[^ÐUS[']ÐUS[{]i|i|iout of memoryO|OstringjoinfieldsOs(O)writelinesflushcloseisattytruncategetvaluetellseekresetreadlinereadwritesoftspaceStringOStringIStringIOcStringIOcStringIO_CAPIInputTypeOutputTypecan't initialize module cStringIO8A simple fast partial StringIO replacement. This module provides a simple useful replacement for the StringIO module that is written in C. It does not provide the full generality if StringIO, but it provides anough for most applications and is especially useful in conjuction with the pickle module. Usage: from cStringIO import StringIO an_output_stream=StringIO() an_output_stream.write(some_stuff) ... value=an_output_stream.getvalue() # str(an_output_stream) works too! an_input_stream=StringIO(a_string) spam=an_input_stream.readline() spam=an_input_stream.read(5) an_input_stream.seek(0) # OK, start over spam=an_input_stream.read() # and read it all If someone else wants to provide a more complete implementation, go for it. :-) $Id: cStringIO.c,v 2.16 1999/02/08 17:03:27 guido Exp $ reset() -- Reset the file position to the beginningtell() -- get the current position.seek(position) -- set the current position seek(position, mode) -- mode 0: absolute; 1: relative; 2: relative to EOFread([s]) -- Read s characters, or the rest of the stringreadline() -- Read one linewrite(s) -- Write a string to the file Note (hack:) writing None resets the buffergetvalue([use_pos]) -- Get the string value. If use_pos is specified and is a true value, then the string returned will include only the text up to the current file position. truncate(): truncate the file at the current position.isatty(): always returns 0close(): explicitly release resources held.flush(): does nothing.writelines(sequence_of_strings): write each string\3}2t2n1i 2d1[`3Rh 4KW4E4?444Simple type for output to strings.,`6}2t2n1i 2d1[`3Rh 4KW4E4?4Simple type for treating strings as input file streamsp`7StringIO([s]) -- Return a StringIO-like stream for reading or writing@ 8HD$7@69r"2BRbr"2BRd , p  844 o oo ooH .symtab.strtab.shstrtab.hash.dynsym.dynstr.gnu.version.gnu.version_d.gnu.version_r.rel.data.rel.got.rel.plt.init.plt.text.fini.rodata.data.eh_frame.ctors.dtors.got.dynamic.bss<! )pp1oH H >o 8Mo  \ 4 4 f  Ho 44 x,,/~\\``p   .  8(8(8(8(9)(:(*(*