X__text__TEXT !__data__DATA  h( __cstring__TEXT\__bss__DATA__picsymbolstub2__TEXTK'h)__la_sym_ptr2__DATAR|.!8/__nl_symbol_ptr__DATA!>__textcoal_nt__TEXT! @<1J! P%00CU8]uR L$$}D$D$ t$%$D$D$$u ]u}]ÍD$<$t$B $^ƉD$T$<$_uF4$P롐UVuF u4$^]É$萐U8E]u}EEP tuFx ]u}]EE$Ɖt/EEu2u}t$|$MA $CƉuыE܋UBE똋E$T$T$MiUVSU Mu T$7T$L$ 4$)1҅tNEH thEU $D$T$EUEt*ED$E$ƋE$ [^]ÍVT$$1܍t$␐UWVUSV None Closes the database.keys() -> list_of_keys Get a list of all keys in the database.has_key(key) -> boolean Find out whether or not the database contains a given key.firstkey() -> key It's possible to loop over every key in the database using this method and the nextkey() method. The traversal is ordered by GDBM's internal hash values, and won't be sorted by the key values. This method returns the starting key.nextkey(key) -> next_key Returns the key that follows key in the traversal. The following code prints every key in the database db, without having to create a list in memory that contains them all: k = db.firstkey() while k != None: print k k = db.nextkey(k)reorganize() -> None If you have carried out a lot of deletions and would like to shrink the space used by the GDBM file, this routine will reorganize the database. GDBM will not shorten the length of a database file except by using this reorganization; otherwise, deleted file space will be kept and reused as new (key,value) pairs are added.sync() -> None When the database has been opened in fast mode, this method forces any unwritten data to be written to the disk.`T\@@\@ open(filename, [flags, [mode]]) -> dbm_object Open a dbm database and return a dbm object. The filename argument is the name of the database file. The optional flags argument can be 'r' (to open an existing database for reading only -- default), 'w' (to open an existing database for reading and writing), 'c' (which creates the database if it doesn't exist), or 'n' (which always creates a new empty database). Some versions of gdbm support additional flags which must be appended to one of the flags described above. The module constant 'open_flags' is a string of valid additional flags. The 'f' flag opens the database in fast mode; altered data will not automatically be written to the disk after every change. This results in faster writes to the database, but may result in an inconsistent database if the program crashes while the database is still open. Use the sync() method to force any unwritten data to be written to the disk. The 's' flag causes all database operations to be synchronized to disk. The 'u' flag disables locking of the database file. The optional mode argument is the Unix mode of the file, used only when the database has to be created. It defaults to octal 0666. rwcnfsuclosekeyshas_keyfirstkeynextkeyreorganizesyncgdbm.gdbmopengdbmgdbm.errorerroropen_flagsGDBM object has already been closeds#gdbm mappings have string elements onlygdbm mappings have string indices only:closegdbmmodule.c:keyss#:has_key:firstkeys#:nextkey:reorganize:syncr s|si:openFirst flag must be one of 'r', 'w', 'c' or 'n'Flag '%c' is not supported.⍀P⍀P~⍀Pje⍀PQL⍀P83⍀P⍀Po⍀oPZ⍀ZPE⍀EP0⍀0P⍀P⍀Ppk⍀PWR⍀P>9⍀P% ⍀P ⍀P⍀Ps⍀sP^⍀^PI⍀IP4⍀4Pvq⍀P]X ⍀ PD?⍀P+&⍀P ⍀P⍀P⍀P⍀PXq 9Rk3Le~-F$Ë$ç  / |  r h  E =  1      u m  c  8 !     ` eeeyjea SKC9/% }]J$ fffzkfb SGA1) eegX+eeqea L, @}uiV!$ r^Q2 $ 88e4 P~v\VN5% `  ld`8   |tpld`HD@ >>  %%          xr m g_Y T NF@ ; 5v-v' " ]]  DD  ++        ~x s me_ Z TLF A ;|3|- ( "~c~c  zJzJ  v1v1  rr  nn  jj  ff~ y sbkbe ` Z^R^L G AZ9Z3 . (Vi Vi  RPRP xtplhd`\XTPLHD@<840,($           ~dd<  @,9`K\p@@`T\ \%.;HXPn`DDDD#D0D3D9DRDZD`DbDzD|DD DDDDDD $@hXc)=Qar~'=Vi/Gav$ 0BWg w@@$DSDTDVDWDU$SRw#?$,D[D\D[D\0D[3D\8D`<DoFDcSDeZDfaDiqDhtDixDj|DfDlDnD]D^$[Z@a8;GaTb_S`a$DsDwDsDwDsDwDzD D<DCDWDbDdDmDD{b$swrr @r@tuug@tuum$DDDDDDDDDDD D+D^D`DhDsDDDDDD$ "/01$XDDD DDDD#D*D0D7D:D<DH2$CO [@g$`DTDZD]DeDgDmD}DDDDDDDDDDDDDDDDD D1D<D@D`DkDzDDh$Tx @@@@Z@@ @$DDD DD7$,8 D@P\]:^j?k[l$D\DiDDDDDD!DDDm$\ @@i@$D0D4D0D4D6.D78D8TD>[D?dDAfD9oD:D;$0// @/ @12 201i2@1;2G2WrXY$DMDNDMDNDPDQDRDYDZD[DSDTDW)DV-Z$MpL|L @L$Dd\DehDgDhDiDjDk$d\cc @c$hDzD{D|$zyy @y$0DDDD D D D D D) D, DB Da Dy D<{ D{ D D D D D D D< D? D< D? D< D? D@ D? D@ DB DC DD DK# DD' DK* DE0 DF; DII DHf D D D D D D D D D D D D $ )@5@L@Ze fk y <<y @=y ~ ~ ~ @   << @=  @=  ! " #/ 0 1 2$3& d&~{G(.&1 &@&`&G&x&@&$@&D &^A &m`s ' & &P &`!d # q"8*`}L d^yTJSqn>;_initgdbm___i686.get_pc_thunk.bx___i686.get_pc_thunk.axdyld_stub_binding_helper__Py_NoneStruct_PyType_Type_gdbm_errno_PyExc_KeyError_PyExc_TypeError_Py_FindMethod_gdbm_sync_gdbm_reorganize_PyInt_FromLong_gdbm_exists_gdbm_fetch_PyObject_Free_gdbm_close_PyString_FromString_PyDict_SetItemString_PyErr_NewException_PyModule_GetDict_Py_InitModule4_gdbm_open__PyObject_New_PyOS_snprintf_gdbm_nextkey_PyList_Append_free_PyString_FromStringAndSize_gdbm_firstkey_PyList_New_PyArg_ParseTuple__PyErr_BadInternalCall_gdbm_strerror_PyErr_SetFromErrno_gdbm_store___error_gdbm_delete_PyErr_SetString_PyArg_Parse/mnt/gmirror/ports/databases/py-gdbm/work/Python-2.3.4/Modules/gdbmmodule.cgcc2_compiled._gdbmmodule__doc___gdbm_object__doc___dbm_as_mapping_dbm_length_dbm_subscript_dbm_ass_sub_dbm_close__doc___dbm_keys__doc___dbm_has_key__doc___dbm_firstkey__doc___dbm_nextkey__doc___dbm_reorganize__doc___dbm_sync__doc___dbm_methods_dbm_close_dbm_keys_dbm_has_key_dbm_firstkey_dbm_nextkey_dbm_reorganize_dbm_sync_Dbmtype_dbm_dealloc_dbm_getattr_dbmopen__doc___dbmmodule_open_flags_dbmmodule_methods_dbmopen_DbmErrorinitgdbm:F(0,1)=(0,1)void:t(0,1)m:r(0,2)=*(0,3)=(0,4)=xs_object:PyObject:t(0,3)_object:T(0,4)=s8ob_refcnt:(0,5)=r(0,5);-2147483648;2147483647;,0,32;ob_type:(0,6)=*(0,7)=xs_typeobject:,32,32;;int:t(0,5)_typeobject:T(0,7)=s192ob_refcnt:(0,5),0,32;ob_type:(0,6),32,32;ob_size:(0,5),64,32;tp_name:(0,8)=*(0,9)=r(0,9);0;127;,96,32;tp_basicsize:(0,5),128,32;tp_itemsize:(0,5),160,32;tp_dealloc:(0,10)=(0,11)=*(0,12)=f(0,1),192,32;tp_print:(0,13)=(0,14)=*(0,15)=f(0,5),224,32;tp_getattr:(0,16)=(0,17)=*(0,18)=f(0,2),256,32;tp_setattr:(0,19)=(0,20)=*(0,21)=f(0,5),288,32;tp_compare:(0,22)=(0,23)=*(0,24)=f(0,5),320,32;tp_repr:(0,25)=(0,26)=*(0,27)=f(0,2),352,32;tp_as_number:(0,28)=*(0,29)=(0,30)=s152nb_add:(0,31)=(0,32)=*(0,33)=f(0,2),0,32;nb_subtract:(0,31),32,32;nb_multiply:(0,31),64,32;nb_divide:(0,31),96,32;nb_remainder:(0,31),128,32;nb_divmod:(0,31),160,32;nb_power:(0,34)=(0,35)=*(0,36)=f(0,2),192,32;nb_negative:(0,37)=(0,26),224,32;nb_positive:(0,37),256,32;nb_absolute:(0,37),288,32;nb_nonzero:(0,38)=(0,39)=*(0,40)=f(0,5),320,32;nb_invert:(0,37),352,32;nb_lshift:(0,31),384,32;nb_rshift:(0,31),416,32;nb_and:(0,31),448,32;nb_xor:(0,31),480,32;nb_or:(0,31),512,32;nb_coerce:(0,41)=(0,42)=*(0,43)=f(0,5),544,32;nb_int:(0,37),576,32;nb_long:(0,37),608,32;nb_float:(0,37),640,32;nb_oct:(0,37),672,32;nb_hex:(0,37),704,32;nb_inplace_add:(0,31),736,32;nb_inplace_subtract:(0,31),768,32;nb_inplace_multiply:(0,31),800,32;nb_inplace_divide:(0,31),832,32;nb_inplace_remainder:(0,31),864,32;nb_inplace_power:(0,34),896,32;nb_inplace_lshift:(0,31),928,32;nb_inplace_rshift:(0,31),960,32;nb_inplace_and:(0,31),992,32;nb_inplace_xor:(0,31),1024,32;nb_inplace_or:(0,31),1056,32;nb_floor_divide:(0,31),1088,32;nb_true_divide:(0,31),1120,32;nb_inplace_floor_divide:(0,31),1152,32;nb_inplace_true_divide:(0,31),1184,32;;,384,32;tp_as_sequence:(0,44)=*(0,45)=(0,46)=s40sq_length:(0,38),0,32;sq_concat:(0,31),32,32;sq_repeat:(0,47)=(0,48)=*(0,49)=f(0,2),64,32;sq_item:(0,47),96,32;sq_slice:(0,50)=(0,51)=*(0,52)=f(0,2),128,32;sq_ass_item:(0,53)=(0,54)=*(0,55)=f(0,5),160,32;sq_ass_slice:(0,56)=(0,57)=*(0,58)=f(0,5),192,32;sq_contains:(0,59)=(0,23),224,32;sq_inplace_concat:(0,31),256,32;sq_inplace_repeat:(0,47),288,32;;,416,32;tp_as_mapping:(0,60)=*(0,61)=(0,62)=s12mp_length:(0,38),0,32;mp_subscript:(0,31),32,32;mp_ass_subscript:(0,63)=(0,64)=*(0,65)=f(0,5),64,32;;,448,32;tp_hash:(0,66)=(0,67)=*(0,68)=f(0,69)=r(0,69);-2147483648;2147483647;,480,32;tp_call:(0,34),512,32;tp_str:(0,25),544,32;tp_getattro:(0,70)=(0,32),576,32;tp_setattro:(0,71)=(0,64),608,32;tp_as_buffer:(0,72)=*(0,73)=(0,74)=s16bf_getreadbuffer:(0,75)=(0,76)=*(0,77)=f(0,5),0,32;bf_getwritebuffer:(0,78)=(0,76),32,32;bf_getsegcount:(0,79)=(0,80)=*(0,81)=f(0,5),64,32;bf_getcharbuffer:(0,82)=(0,83)=*(0,84)=f(0,5),96,32;;,640,32;tp_flags:(0,69),672,32;tp_doc:(0,8),704,32;tp_traverse:(0,85)=(0,86)=*(0,87)=f(0,5),736,32;tp_clear:(0,38),768,32;tp_richcompare:(0,88)=(0,89)=*(0,90)=f(0,2),800,32;tp_weaklistoffset:(0,69),832,32;tp_iter:(0,91)=(0,26),864,32;tp_iternext:(0,92)=(0,26),896,32;tp_methods:(0,93)=*(0,94)=xsPyMethodDef:,928,32;tp_members:(0,95)=*(0,96)=xsPyMemberDef:,960,32;tp_getset:(0,97)=*(0,98)=xsPyGetSetDef:,992,32;tp_base:(0,6),1024,32;tp_dict:(0,2),1056,32;tp_descr_get:(0,99)=(0,35),1088,32;tp_descr_set:(0,100)=(0,64),1120,32;tp_dictoffset:(0,69),1152,32;tp_init:(0,101)=(0,64),1184,32;tp_alloc:(0,102)=(0,103)=*(0,104)=f(0,2),1216,32;tp_new:(0,105)=(0,106)=*(0,107)=f(0,2),1248,32;tp_free:(0,108)=(0,109)=*(0,110)=f(0,1),1280,32;tp_is_gc:(0,38),1312,32;tp_bases:(0,2),1344,32;tp_mro:(0,2),1376,32;tp_cache:(0,2),1408,32;tp_subclasses:(0,2),1440,32;tp_weaklist:(0,2),1472,32;tp_del:(0,10),1504,32;;char:t(0,9)destructor:t(0,10)printfunc:t(0,13)getattrfunc:t(0,16)setattrfunc:t(0,19)cmpfunc:t(0,22)reprfunc:t(0,25)PyNumberMethods:t(0,29)binaryfunc:t(0,31)ternaryfunc:t(0,34)unaryfunc:t(0,37)inquiry:t(0,38)coercion:t(0,41)PySequenceMethods:t(0,45)intargfunc:t(0,47)intintargfunc:t(0,50)intobjargproc:t(0,53)intintobjargproc:t(0,56)objobjproc:t(0,59)PyMappingMethods:t(0,61)objobjargproc:t(0,63)hashfunc:t(0,66)long int:t(0,69)getattrofunc:t(0,70)setattrofunc:t(0,71)PyBufferProcs:t(0,73)getreadbufferproc:t(0,75)getwritebufferproc:t(0,78)getsegcountproc:t(0,79)getcharbufferproc:t(0,82)traverseproc:t(0,85)richcmpfunc:t(0,88)getiterfunc:t(0,91)iternextfunc:t(0,92)PyMethodDef:T(0,94)=s16ml_name:(0,8),0,32;ml_meth:(0,111)=(0,32),32,32;ml_flags:(0,5),64,32;ml_doc:(0,8),96,32;;PyGetSetDef:T(0,98)=s20name:(0,8),0,32;get:(0,112)=(0,113)=*(0,114)=f(0,2),32,32;set:(0,115)=(0,116)=*(0,117)=f(0,5),64,32;doc:(0,8),96,32;closure:(0,118)=*(0,1),128,32;;descrgetfunc:t(0,99)descrsetfunc:t(0,100)initproc:t(0,101)allocfunc:t(0,102)newfunc:t(0,105)freefunc:t(0,108)PyCFunction:t(0,111)getter:t(0,112)setter:t(0,115)d:r(0,2)s:r(0,2)dbm_dealloc:f(0,1)dp:p(0,119)=*(0,120)=(0,121)=s16ob_refcnt:(0,5),0,32;ob_type:(0,6),32,32;di_size:(0,5),64,32;di_dbm:(0,122)=(0,123)=*(0,124)=s40dummy:(0,125)=ar(0,126)=r(0,126);0000000000000;0037777777777;;0;9;(0,5),0,320;;,96,32;;dbmobject:t(0,120)GDBM_FILE:t(0,122)long unsigned int:t(0,127)=r(0,127);0000000000000;0037777777777;dbm_length:f(0,5)dp:p(0,119)key:r(0,128)=(0,129)=s8dptr:(0,8),0,32;dsize:(0,5),32,32;;datum:t(0,128)okey:(0,128)size:(0,5)dbm_subscript:f(0,2)dp:p(0,119)key:p(0,2)key:r(0,2)v:r(0,2)drec:(0,128)krec:(0,128)v:r(0,2)drec:(0,128)krec:(0,128)dbm_ass_sub:f(0,5)dp:p(0,119)v:p(0,2)w:p(0,2)krec:(0,128)drec:(0,128)dbm_close:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)dbm_keys:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)v:(0,2)item:r(0,2)key:(0,128)nextkey:r(0,128)err:r(0,5)v:(0,2)item:r(0,2)key:(0,128)nextkey:r(0,128)err:r(0,5)dbm_has_key:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)key:(0,128)key:(0,128)dbm_firstkey:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)v:r(0,2)key:(0,128)v:r(0,2)key:(0,128)dbm_nextkey:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)v:r(0,2)key:(0,128)nextkey:(0,128)v:r(0,2)key:(0,128)nextkey:(0,128)dbm_reorganize:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)dbm_sync:f(0,2)dp:p(0,119)args:p(0,2)args:r(0,2)dbm_getattr:f(0,2)dp:p(0,119)name:p(0,8)name:r(0,8)dbmopen:f(0,2)self:p(0,2)args:p(0,2)args:r(0,2)name:(0,8)flags:(0,8)iflags:r(0,5)mode:(0,5)buf:(0,130)=ar(0,126);0;39;(0,9)file:(0,8)mode:(0,5)dp:r(0,119)name:(0,8)flags:(0,8)iflags:r(0,5)mode:(0,5)buf:(0,130)file:(0,8)mode:(0,5)dp:r(0,119)dp:r(0,119)buf:(0,130)gdbmmodule__doc__:S(0,131)=ar(0,126);0;467;(0,9)Dbmtype:S(0,132)=(0,7)PyTypeObject:t(0,132)DbmError:S(0,2)gdbm_object__doc__:S(0,133)=ar(0,126);0;349;(0,9)dbm_as_mapping:S(0,61)dbm_close__doc__:S(0,134)=ar(0,126);0;36;(0,9)dbm_keys__doc__:S(0,135)=ar(0,126);0;62;(0,9)dbm_has_key__doc__:S(0,136)=ar(0,126);0;82;(0,9)dbm_firstkey__doc__:S(0,137)=ar(0,126);0;248;(0,9)dbm_nextkey__doc__:S(0,138)=ar(0,126);0;291;(0,9)dbm_reorganize__doc__:S(0,139)=ar(0,126);0;343;(0,9)dbm_sync__doc__:S(0,140)=ar(0,126);0;127;(0,9)dbm_methods:S(0,141)=ar(0,126);0;7;(0,142)=(0,94)PyMethodDef:t(0,142)dbmopen__doc__:S(0,143)=ar(0,126);0;1199;(0,9)dbmmodule_open_flags:S(0,144)=ar(0,126);0;7;(0,9)dbmmodule_methods:S(0,145)=ar(0,126);0;1;(0,142)