R*x0m XRE.textf|t .data"o<i@.bss.loader 6.debug"C |!Q;b8 P88~|88HA(apap(#@HapHA(ax8~88HA(8@dd(#Aax8HA(cHA(aax8HA(aaac8cdac,#AH,a0|A(lLN!A(H|8!N A8initgdbm|!aac(#AacHAA(aH]A(H|8!pN AP dbm_dealloc|!!aac(#@ 8b@c8HA(8`Hac,@8`aaaa8aHA(8a8pcdap(#Aa8caa,AaHA(88apcda8aHA(8a8pcdap(#@adacH|8!N AD dbm_length|!Aaa888H-A(,@ 8`Hac(#@ 8b@c8HYA(8`Ha8aHA(8a8xcdax(#@$bc8$HA(8`H,axHA(apaxH!A(apH|8!N A dbm_subscript|!aaa8x8p8HA(,@ bc8H)A(8`Hlac(#@ 8b@c8HA(8`H@8`da(#@HacpxHA(,@$bc8$HA(8`HHa888H!A(,@ bc8HeA(8`HHA(`d8`dacpx9HA(,@`HUA(c,A8b@cHA(H08b@bcHA(c`d`HA(8`H 8`H|8!N A dbm_ass_sub|!qaac(#@ 8b@c8H!A(8`H|accxc(xc)@,bc8HA(8`H None Closes the database.keys() -> list_of_keys Get a list of all keys in the database.tP $hhas_key(key) -> boolean Find out whether or not the database contains a given key.sync() -> None When the database has been opened in fast mode, this method forces any unwritten data to be written to the disk.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.$ ,H4<HP \lnextkey(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.This object represents a GDBM database. GDBM objects behave like mappings (dictionaries), except that keys and values are always strings. Printing a GDBM object doesn't print the keys and values, and the items() and values() methods are not supported. GDBM objects also support additional operations such as firstkey, nextkey, reorganize, and sync.d (@dThis module provides an interface to the GNU DBM (GDBM) library. This module is quite similar to the dbm module, but uses GDBM instead to provide some additional functionality. Please note that the file formats created by GDBM and dbm are incompatible. GDBM objects behave like mappings (dictionaries), except that keys and values are always strings. Printing a GDBM object doesn't print the keys and values, and the items() and values() methods are not supported.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. XX`XXXX X `X `X@X@XXX`XX'ju 8 @ @ .@ E@ T@ i@ ~@ @@@ @ @ @ @ @ @ *@ G@U@ e@ y@ @ @@@ @ @ @ @ @ @ #@ 3@ B@ N@ \@ c@ l1 ?????????????? ?(?0?@?H?P?`?h?p???????? ? ? ? 0? 8? x????? ?(?8?@?P?X?h?p???????????????(?0?@?H?X?`?h?p?x???????? ?#?'?$??? ?? ??(? ? ? ?!(?0?&8?@?H?P?X?`? h?"p?%x????.:/usr/lib/threads:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib/lib64:/usr/lib:/usr/vac/lib:/usr/lib:/liblibgdbm.alibgdbm.so.4libc.ashr_64.o. __rtinit PyArg_ParsePyArg_ParseTuplePyDict_SetItemString PyErr_FormatPyErr_NewExceptionPyErr_SetFromErrnoPyErr_SetStringPyExc_KeyErrorPyExc_TypeErrorPyInt_FromLongPyList_Append PyList_NewPyModule_GetDictPyOS_snprintfPyObject_FreePyString_FromStringPyString_FromStringAndSize PyType_TypePy_FindMethodPy_InitModule4_64_PyErr_BadInternalCall_PyObject_New_Py_NoneStruct gdbm_errno gdbm_open gdbm_close gdbm_delete gdbm_fetch gdbm_storegdbm_strerrorgdbm_reorganizegdbm_firstkey gdbm_nextkey gdbm_sync gdbm_existsfree_Errno initgdbm__default_char:t638=-5_typeobject:T48=s0;_object:T51=s0;PyMemberDef:T182=s0;gdbm_file_info:T214=s0; :t305=-13:t60=-3:t57=-5 :t50=-11:t33=-8 :t31=-36 :t10=-35:t9=-1:t2=-2:t1=-13:t3=k-2:t4=*3:t5=*-2:t6=*5 :t7=f-13;:t8=ar0;0;7;3:t11=ar0;0;1023;-35&fd_set:T12=s8192fds_bits:11,0,65536;;fd_set:t13=12 :t14=*13time_t:t15=-35suseconds_t:t16=-11timeval:T17=s16tv_sec:15,0,64;tv_usec:16,64,32;; :t18=*17 :t19=f-1;:t20=ar0;0;6;3:t22=ar0;0;13;3 :t23=*-1:t25=ar0;0;6;3:t27=ar0;0;6;3 :t28=*-13:t30=ar0;0;5;3size_t:t32=-36wchar_t:t34=-8 :t35=*34 :t36=k34 :t37=*36tm:T38=s36tm_sec:-1,0,32;tm_min:-1,32,32;tm_hour:-1,64,32;tm_mday:-1,96,32;tm_mon:-1,128,32;tm_year:-1,160,32;tm_wday:-1,192,32;tm_yday:-1,224,32;tm_isdst:-1,256,32;; :t39=k38 :t40=*39 :t41=f32;:t42=ar0;0;8;3 :t43=*35 :t44=f35;:t45=ar0;0;6;3ssize_t:t46=-35Py_ssize_t:t47=46 :t59=*-11 :t207=f-11; :t208=*207freefunc:t209=208 :t49=*48PyObject:t52=51 :t53=*52 :t204=f53; :t205=*204newfunc:t206=205 :t202=*204allocfunc:t203=202 :t199=*19initproc:t200=199 :t196=*19descrsetfunc:t197=196 :t193=*204descrgetfunc:t194=193 :t188=*19setter:t189=188 :t185=*204getter:t186=185^PyGetSetDef:T190=s40name:5,0,64;get:186,64,64;set:189,128,64;doc:5,192,64;closure:59,256,64;; :t191=*190 :t183=*182 :t178=*204PyCFunction:t179=178ZPyMethodDef:T180=s32ml_name:4,0,64;ml_meth:179,64,64;ml_flags:-1,128,32;ml_doc:4,192,64;; :t181=*180 :t175=*204iternextfunc:t176=175 :t172=*204getiterfunc:t173=172 :t169=*204richcmpfunc:t170=169 :t90=*19inquiry:t91=90 :t163=*19visitproc:t164=163 :t166=*19traverseproc:t167=166:t149=ar0;0;1;47 :t142=*47bufferinfo:T150=s96buf:59,0,64;obj:53,64,64;len:47,128,64;itemsize:47,192,64;readonly:-1,256,32;ndim:-1,288,32;format:5,320,64;shape:142,384,64;strides:142,448,64;suboffsets:142,512,64;smalltable:149,576,128;internal:59,704,64;;Py_buffer:t151=150 :t152=*151 :t157=*207releasebufferproc:t158=157 :t154=*19getbufferproc:t155=154 :t146=f47; :t147=*146charbufferproc:t148=147 :t144=*146segcountproc:t145=144 :t135=*59 :t140=*146writebufferproc:t141=140 :t137=*146readbufferproc:t138=137:T159=s48bf_getreadbuffer:138,0,64;bf_getwritebuffer:141,64,64;bf_getsegcount:145,128,64;bf_getcharbuffer:148,192,64;bf_getbuffer:155,256,64;bf_releasebuffer:158,320,64;;PyBufferProcs:t160=159 :t161=*160 :t133=*19setattrofunc:t134=133 :t130=*204getattrofunc:t131=130 :t84=*204ternaryfunc:t85=84 :t126=f-35; :t127=*126hashfunc:t128=127 :t121=*19objobjargproc:t122=121 :t81=*204binaryfunc:t82=81 :t100=*146lenfunc:t101=100P:T123=s24mp_length:101,0,64;mp_subscript:82,64,64;mp_ass_subscript:122,128,64;;PyMappingMethods:t124=123 :t125=*124 :t115=*19objobjproc:t116=115 :t112=*19ssizessizeobjargproc:t113=112 :t109=*19ssizeobjargproc:t110=109 :t106=*204ssizessizeargfunc:t107=106 :t103=*204ssizeargfunc:t104=103:T117=s80sq_length:101,0,64;sq_concat:82,64,64;sq_repeat:104,128,64;sq_item:104,192,64;sq_slice:107,256,64;sq_ass_item:110,320,64;sq_ass_slice:113,384,64;sq_contains:116,448,64;sq_inplace_concat:82,512,64;sq_inplace_repeat:104,576,64;;PySequenceMethods:t118=117 :t119=*118 :t92=*53 :t94=*19coercion:t95=94 :t87=*204unaryfunc:t88=87:T96=s312nb_add:82,0,64;nb_subtract:82,64,64;nb_multiply:82,128,64;nb_divide:82,192,64;nb_remainder:82,256,64;nb_divmod:82,320,64;nb_power:85,384,64;nb_negative:88,448,64;nb_positive:88,512,64;nb_absolute:88,576,64;nb_nonzero:91,640,64;nb_invert:88,704,64;nb_lshift:82,768,64;nb_rshift:82,832,64;nb_and:82,896,64;nb_xor:82,960,64;nb_or:82,1024,64;nb_coerce:95,1088,64;nb_int:88,1152,64;nb_long:88,1216,64;nb_float:88,1280,64;nb_oct:88,1344,64;nb_hex:88,1408,64;nb_inplace_add:82,1472,64;nb_inplace_subtract:82,1536,64;nb_inplace_multiply:82,1600,64;nb_inplace_divide:82,1664,64;nb_inplace_remainder:82,1728,64;nb_inplace_power:85,1792,64;nb_inplace_lshift:82,1856,64;nb_inplace_rshift:82,1920,64;nb_inplace_and:82,1984,64;nb_inplace_xor:82,2048,64;nb_inplace_or:82,2112,64;nb_floor_divide:82,2176,64;nb_true_divide:82,2240,64;nb_inplace_floor_divide:82,2304,64;nb_inplace_true_divide:82,2368,64;nb_index:88,2432,64;;PyNumberMethods:t97=96 :t98=*97 :t78=*204reprfunc:t79=78 :t75=*19cmpfunc:t76=75 :t72=*19setattrfunc:t73=72 :t69=*204getattrfunc:t70=69:t61=ar0;0;3;-35 :t58=*-5:T62=s88_ptr:58,0,64;_base:58,64,64;_bufendp:58,128,64;__newbase:5,192,64;_lock:59,256,64;_cnt:-1,320,32;_file:-1,352,32;__stdioid:-1,384,32;_flag:-3,416,16;_unused:-3,432,16;_unused1:61,448,256;; FILE:t63=62 :t64=*63 :t66=*19printfunc:t67=66 :t55=*207destructor:t56=552_typeobject:T48=s392ob_refcnt:47,0,64;ob_type:49,64,64;ob_size:47,128,64;tp_name:4,192,64;tp_basicsize:47,256,64;tp_itemsize:47,320,64;tp_dealloc:56,384,64;tp_print:67,448,64;tp_getattr:70,512,64;tp_setattr:73,576,64;tp_compare:76,640,64;tp_repr:79,704,64;tp_as_number:98,768,64;tp_as_sequence:119,832,64;tp_as_mapping:125,896,64;tp_hash:128,960,64;tp_call:85,1024,64;tp_str:79,1088,64;tp_getattro:131,1152,64;tp_setattro:134,1216,64;tp_as_buffer:161,1280,64;tp_flags:-35,1344,64;tp_doc:4,1408,64;tp_traverse:167,1472,64;tp_clear:91,1536,64;tp_richcompare:170,1600,64;tp_weaklistoffset:47,1664,64;tp_iter:173,1728,64;tp_iternext:176,1792,64;tp_methods:181,1856,64;tp_members:183,1920,64;tp_getset:191,1984,64;tp_base:49,2048,64;tp_dict:53,2112,64;tp_descr_get:194,2176,64;tp_descr_set:197,2240,64;tp_dictoffset:47,2304,64;tp_init:200,2368,64;tp_alloc:203,2432,64;tp_new:206,2496,64;tp_free:209,2560,64;tp_is_gc:91,2624,64;tp_bases:53,2688,64;tp_mro:53,2752,64;tp_cache:53,2816,64;tp_subclasses:53,2880,64;tp_weaklist:53,2944,64;tp_del:56,3008,64;tp_version_tag:-8,3072,32;;4_object:T51=s16ob_refcnt:47,0,64;ob_type:49,64,64;;PyObject:t210=51 :t211=*210 :t212=f211;:t213=ar0;0;12;3 :t215=*214GDBM_FILE:t216=215R:T217=s32ob_refcnt:47,0,64;ob_type:49,64,64;di_size:-1,128,32;di_dbm:216,192,64;;dbmobject:t218=217 :t219=*218:t221=ar0;0;11;3:t223=ar0;0;10;3&:T224=s16dptr:5,0,64;dsize:-1,64,32;;datum:t225=224:t227=ar0;0;13;3:t229=ar0;0;11;3:t231=ar0;0;12;3:t233=ar0;0;9;3:t235=ar0;0;8;3:t237=ar0;0;11;3:t239=ar0;0;12;3:t241=ar0;0;11;3:t243=ar0;0;14;3:t245=ar0;0;8;3:t247=ar0;0;11;3:t249=ar0;0;7;3:t250=ar0;0;39;-2:t252=ar0;0;8;3PyMethodDef:t253=180:t254=ar0;0;1;253:t255=ar0;0;7;-2:t256=ar0;0;1199;-2:t257=ar0;0;7;253:t258=ar0;0;127;-2:t259=ar0;0;343;-2:t260=ar0;0;291;-2:t261=ar0;0;248;-2:t262=ar0;0;82;-2:t263=ar0;0;62;-2:t264=ar0;0;36;-2:t265=ar0;0;349;-2PyTypeObject:t266=48:t267=ar0;0;467;-2gdbm_error:t268=-1 :t269=f4; :t273=f225; :t280=*207 :t281=f216; :t282=*253 :t302=*266 :t306=*-13 :t310=k-8 :t315=f23;:t639=Zinitgdbm:F-11m:211d:211s:211.bs__func__:V252.esdbm_dealloc:F-11dp:p219__func__:V221dbm_length:F47__func__:V223key:225 okey:225size:-1dbm_subscript:F211 key:p211v:211 drec:225 krec:225__func__:V227dbm_ass_sub:F-1v:p211w:p211__func__:V229dbm_contains:F-1 arg:p211__func__:V231dbm_close:F211 unused:p211__func__:V233dbm_keys:F211 item:211 nextkey:225err:-1__func__:V235dbm_has_key:F211 args:p211__func__:V237dbm_firstkey:F211__func__:V239dbm_nextkey:F211__func__:V241dbm_reorganize:F211__func__:V243dbm_sync:F211__func__:V245dbm_getattr:F211name:p5__func__:V247newdbmobject:F211file:p5 flags:p-1 mode:p-1dp:219__func__:V213 dbmopen:F211 self:p211name:5flags:5 iflags:-1mode:-1__func__:V249buf:250 _SQNAN:V310_SINFINITY:V310dbmmodule_methods:V254dbmmodule_open_flags:V255dbmopen__doc__:V256dbm_methods:V257dbm_sync__doc__:V258dbm_reorganize__doc__:V259dbm_nextkey__doc__:V260dbm_firstkey__doc__:V261dbm_has_key__doc__:V262dbm_keys__doc__:V263dbm_close__doc__:V264dbm_as_mapping:V124dbm_as_sequence:V118gdbm_object__doc__:V265 Dbmtype:V266gdbmmodule__doc__:V267DbmError:V211LNP8ЙXՙpڙzXߙߙN XPrNX n 8HNrXTfntr X %.X6|<*PNX "r 8/ t4   vL zN 9 X  >  L h C L   rN H X  4 MRNnXxRNlHXNXRX%"X*|0*DVNXWL\L8adfX%X|*NHX8kBXLR*TRVzZ\^`bBdjfhjl p2tZvxz~"Jr:b????????????? ?(?0?@?H?P?`?h?p???????? ? ? ? 0? 8? x??J??J? ?(J?8?@J?Ps?XJ?h?pJ??J??J? ?J??J?(?J?9?J?G?J?(?0J?@U?HJ?X?`?h>?pB?x4?$?? ?:??8?(??????*?dK~le kwj]eq|p>1d~e kxepd~ e  ky edp~ (e `( kyb ` epxp'x!1dX<~ <e `2 k{ `N |ecpdq~e#@? k{f( @-\e2p'xd~e=@M k{,9 @K\ePcp'x!d~He]Z k|(Ghejd~euj k}:U}edL ~Det k}lc e 5d A~e k}s S;4e? i u p d ~eM k~~ e cp x d0 ~d!\de&kd!!+~kd!?!Z $!x!l! !!!"H"2 "K"e"}d"" P"~Pk @uk (k kk [k Nk @k 3k )k k 8k  k k hk 'kd"~ 4g)0 g:k(:0 g(Mk((M0 gP_k(P_0 gxsk(xs0 gk(0 gk(0 gk(0 gk(0 g@k(@0 ghk(h0 gk( 0 gk(0 gk( 0 gk(0 g0"k(0"0 gX/k(X/"0 g7k(7'0 gCk(C#,0 gWk(W(10 gfk(f-60 g tk( t2;0 gHk(H7@0 gpk(p<E0 gk(AJ0 gk(FO0 gk(KT0 gk(PY0 g8k(8U^0 g`k(`Zc0 gk(_h0 gk(d0 gk(i*gdbm_errnogdbm_opengdbm_closegdbm_deletegdbm_fetchgdbm_storegdbm_strerrorgdbm_reorganizegdbm_firstkeygdbm_nextkeygdbm_syncgdbm_existsfree_ErrnoPyArg_ParsePyArg_ParseTuplePyDict_SetItemStringPyErr_FormatPyErr_NewExceptionPyErr_SetFromErrnoPyErr_SetStringPyExc_KeyErrorPyExc_TypeErrorPyInt_FromLongPyList_AppendPyList_NewPyModule_GetDictPyOS_snprintfPyObject_FreePyString_FromStringPyString_FromStringAndSizePyType_TypePy_FindMethodPy_InitModule4_64_PyErr_BadInternalCall_PyObject_New_Py_NoneStructTOC_$STATIC_$STATIC_BSS.file/opt/freeware/src/packages/BUILD/Python-2.7.6/64bit/Modules/gdbmmodule.cTue Dec 10 15:52:07 2013 IBM XL C for AIX, Version 12.1.0.4.initgdbm.bf.ef.dbm_dealloc.dbm_length.bb.eb.dbm_subscript.dbm_ass_sub.dbm_contains.dbm_close.dbm_keys.dbm_has_key.dbm_firstkey.dbm_nextkey.dbm_reorganize.dbm_sync.dbm_getattr.newdbmobject.dbmopen../../../../../../../src/bos/usr/ccs/lib/librtl/64bit/rtld.cSat Apr 12 15:57:41 2008 IBM XL C Enterprise Edition for AIX, Version 9.0.0.0 --- __rtldglink64.s.Py_InitModule4_64.PyModule_GetDict.PyErr_NewException.PyDict_SetItemString.PyString_FromString.gdbm_close.PyObject_Free.PyErr_SetString.gdbm_firstkey.free.gdbm_nextkey.PyArg_Parse.gdbm_fetch.PyString_FromStringAndSize.gdbm_delete._Errno.gdbm_store.PyErr_SetFromErrno.gdbm_strerror.PyErr_Format.gdbm_exists._PyErr_BadInternalCall.PyList_New.PyList_Append.PyArg_ParseTuple.PyInt_FromLong.gdbm_reorganize.gdbm_sync.Py_FindMethod._PyObject_New.gdbm_open.PyOS_snprintf