ELF>P@Ȫ@8@%$T%T% ,, ,  -- - $$Ptd"""<<QtdRtd,, , 88GNU:a!zӫUs5; A@ BE|qX nu^Mz !>a 8 R"2 2   2   __gmon_start___init_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize_Jv_RegisterClasses_PyArg_UnpackKeywordsPyFloat_TypePyType_IsSubtypePyNumber_IndexPyLong_AsSsize_t_Py_convert_optional_to_ssize_tPySequence_GetItemPyObject_RichCompareBoolPyList_Type_PyObject_CallMethodId_SizeT_Py_NoneStructPyExc_ValueErrorPyErr_SetString_Py_DeallocPySequence_SizePyErr_OccurredPyExc_TypeErrorPyList_InsertPyLong_FromSsize_tPyInit__bisectPyModule_Create2libpthread.so.0libc.so.6_edata__bss_start_endGLIBC_2.2.5ui , , , , , ,   - (- 0- 8-  `- h- p- x-  - - - -  - - 0 , 0  0  - 0 (1 `- 01 'h1 - p1 31 ?1 `1  2 2  (2 P82 `!@2 H2 X2 @ `2 'h2 x2 2 32 @2 2 G/ / / / / / / / / / 0  0 (0 00 80  @0  H0  P0  X0  `0 h0 p0 x0 0 0 HH! HtH5! %! @%! h%! h%! h%! h%! h%! h%! h%! hp%! h`%z! h P%r! h @%j! h 0%b! h %Z! h %R! h%z f% fH# H=z# UH)HHw]H, Ht]@HQ# H=J# UH)HHHH?HHu]H' Ht]H@=# u'H= UHt H= eh]" @f.H= t&H HtUH= H]WKf.AWAVAUATUSHHHXHcHHiHD$ HD$0L 1HD$$HD$AHHHL3L{HCH~HxH5 H9@H{?HIHImI%IsHtH{Ht$ MLl$ I)M9~VKl%LHH HH1LH7H HQHHLeM9H. I9FSH5 H5 1MLL.HtIHHQHHH HHX[]A\A]A^A_H H5 H8VfDHX1[]A\A]A^A_IH߉D$D$7Ll$ E1ILNHIKHuIwf.H=HBHD$ HHHH H5H8zHX1[]A\A]A^A_LLL+fDL E1AWAVAUATUSHHHXHHHiHD$ HD$0L 1HD$$HD$AHHPHL3L{VHCHHxH5 H90H{/HICHImII#HtH{Ht$ MLl$ ~IM9|\LeM9~EKl%LHHHHtd1HLH HQHHt0xDtIM9It4LHX[]A\A]A^A_DH߉D$tD$y@HHtHX1[]A\A]A^A_fDLl$ E1I/LHIHuIf.HBHD$ HHH&H H5H8NDLVE1^H H5H8AWAVAUATUSHHHXHHHiHD$ HD$0L 1HD$$HD$A#HHPHL3L{VHCHHxH5& H9H{HICHImII#HtH{Ht$ MLl$ ~IM9|\LeM9~EKl%LHHdHHtd1LHH HQHHt0xDuIM9It4L4HX[]A\A]A^A_DH߉D$D$y@CHHtHX1[]A\A]A^A_fDLl$ E1I/LHIHuIf.HBHD$ HHH&Hq H5rH8*NDLVE1^H4 H5eH8AWAVAUATUSHHHXHcHHiHD$ HD$0L 1HD$$HD$AHHHL3L{HCH~HxH5 H9H{HIH[ImI%IsHtH{Ht$ MLl$ I)M9~VKl%LHHHH1HLH HQHHLeM9H I9FSHH5 1MLLHtIHHQHHHw HHX[]A\A]A^A_HE H5vH8fDHX1[]A\A]A^A_IH߉D$D$7Ll$ E1ILHIHuIwf.HX=HBHD$ HHHHq H5rH8*HX1[]A\A]A^A_LLLfDLE1H= ?HHinteger argument expected, got floatlo must be non-negativenOaxlohibisect_rightinsort_rightbisect_leftinsort_left_bisectinsertBisection algorithms. This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive comparison operations, this can be an improvement over the more common approach. insort_left($module, /, a, x, lo=0, hi=None) -- Insert item x in list a, and keep it sorted assuming a is sorted. If x is already in a, insert it to the left of the leftmost x. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched.bisect_left($module, /, a, x, lo=0, hi=None) -- Return the index where to insert item x in list a, assuming a is sorted. The return value i is such that all e in a[:i] have e < x, and all e in a[i:] have e >= x. So if x already appears in the list, i points just before the leftmost x already there. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched.insort_right($module, /, a, x, lo=0, hi=None) -- Insert item x in list a, and keep it sorted assuming a is sorted. If x is already in a, insert it to the right of the rightmost x. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched.bisect_right($module, /, a, x, lo=0, hi=None) -- Return the index where to insert item x in list a, assuming a is sorted. The return value i is such that all e in a[:i] have e <= x, and all e in a[i:] have e > x. So if x already appears in the list, i points just beyond the rightmost x already there Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched.;8TTT|ddLzRx $FJ w?;*3$"|D BBB B(A0A8J 8A0A(B BBBA ` 8C0A(B BBBH  8C0A(B BBBA d`BBB B(A0A8Jl 8A0A(B BBBF m 8C0A(B BBBG d,BBB B(A0A8Jl 8A0A(B BBBF m 8C0A(B BBBG | BBB B(A0A8J 8A0A(B BBBA ` 8C0A(B BBBH  8C0A(B BBBA `    -   , , o00 ( 0 h  oooXo+- Vfv&6,  - `- '- 3?` 2 P`!@ '3@GGCC: (GNU) 4.8.5 20150623 (Red Hat 4.8.5-44),@q &  : @q  8[x e `z B int ii h i 2( b!  C ( L0 8 @ H P X s `` C fh . bp hbt  px |F OT <l |  &{ / 0 61 =2 w3- 5b 7 bY``! fb/ | (   j fV/ ir BE a ¸w Òt Ķ  Ķ( ȁ0 ɶ8 ʝ@$ H = P, X C `' I h# O pD xc  y i  U  8  ; 8| -Z = W bB +   _  m: xQ   ( 0T 8s e@ 8H P. X `~ h p x M    +i k lVmastuvW 8ACIbXcix b bb!'b;6 FLbepvO& b - 8>Wbu -   .  /, 0 1P 8 buf 9obj :len ; < >b { ?b$ @(m A 0~ B 8 C @ DH E  G  b  b  H     J # A A -G   o  tp um vI wx x ) y( z0 {8Q |@; }8H ~P[ X_ ` h p x L     %         e    9  h L P  X ^ x x5 @ (/ 04 8  @ xH    X      ]  Z  2 G        2  # k $; %@ &b ([ \  ( n get mset xdoc        /     *[ K( , -^ . /$ 0  1\ = >b" ?!h KM L M(V N0 O8 PV@ QMH R;P1 S8X Te`Ym S( b4 @\]n^_X `posab minbb$maxcb( d0 e&8! 4 ffb]ob] hc n 2opopx!x xloxhixzmid{res|bY4axloɶhiɶO Ͷ4axlohi! lohimidresbdaO4aaaxalobhibOe flI4IaIxIloJhiJ J@ !4!/ A b!.  ! "#m+ - #, `1 # 0"3@$a$x$lo%hi&/0&,9'6"" (@)*@7%+U},I%-_%(+U},t%(9-)4)8).Z)%)(./B0M19))Z))(.//)/_1p)*\7%+Us2)) 3)& 4000**%+T -p%+U~+Tv-%+Us+T+Q0*%+U~1)I ,7%5s 63-%t+U~+T 2 +Q +R|+X*% &+U~+T|+Q-*&+Us+Q0+X `1 +Y2+w4+w0+w,g&-1&+T*%+T  +   @  :P!4 !/ A !. P !  6' 7m , 7, 0 7 063 r 8a! 8x"0 8lo# 9hi$%:P:II'67 6 8 1;) *7%+U},I%-_%+U},Ut%1OIPJv)_)j)|)sK)j;IPM)j))K).P//_/1+)*7%+Us2<^<_3<]4000*%+T -%<+U~+Tv-%_+U+Ts+Q0*:%+U~-*&+Us+Q0+X 0 +Y2+w4+w0+w,g&-A&+T,&,t%*%+T   L!4<!/ A !.  ! 67m `- 7,  1 7 063/8a8x8loI9hi:g:'6ζ6 C1 ҉)*h7%+U},I%-_%+U},t%1Y`P)i)'))})td;`)')))d.`///e1A)*7%+Us2u<^<_3<]4u000*%+T -,%+U~+Tv-A%9+Us+T+Q0*%+U~-M*&+Us+Q0+X  1 +Y2+w4+w0+w,g&-&+T,l&,t%*V%+T   g o#!4g!/ gA [!. g! gx6i7mjo#  - 7k, 0 7 l063m98an8xo 8lopy9hiq::' 66 1U0X )*7%+U},AI%-U_%} +U},t%1p")-).)$S))! .p/8 0C1f;"))S))! ./ /"!/X!1`+r!)!*7%+Us2d!)!)!3)"4d000*z%+T -%"+U~+Tv-%%"+U+Ts+Q0*%+U~17qi")B",7%5sJ t"3-2%"+U~+T 2 +Q +R|+X*u &+U~+T|+Q-*&-#+Us+Q0+X 0 +Y2+w4+w0+w,0g&-&S#+T*V%+T  =@#>&+U 1 +T  #?7# `! # #?7L T $ @ # $?7 4$  $ J$? 7 _$  9$7C 2 K$ 7r y$  2 $? 76$ ` $7- 1 @f@f@A@`@ @ m@sBMI%C} _%Dt%E F  %C%Db%bCo%Dr&&G Di!b*&Dg |A g&A &bbb:Db&C|b&D &DF&&b% : ; I$ > $ >   I : ;  : ; I8 : ;I8 : ; I !I/ &I : ;  : ; I8 : ;I8 : ; 'II' : ; I8  : ; <'I.: ; 'I : ; I: ; I.: ;' : ;I4: ; I4: ; I .: ; 'I@B!: ; I"4: ;I#4: ;I$4: ;I%4: ;I& : ;' U(1RUX Y)1*1+B,1-1. U/4104111RUX Y 2 314 51X Y 64: ; I74: ; I84: ; I94: ; I: : ; ;1RUX Y <1=.?: ; 'I@B>B1?!I/@4: ; I?<A4: ;I?<B.?: ;'<C.?: ;'I<D.?: ; 'I<E.?: ; 'I<F.?: ; '<G\ /usr/local/src/Python-3.9.6/Modules/clinic./Include/usr/local/src/Python-3.9.6/Modules/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/usr/include/bits/usr/include./Include/cpython_bisectmodule.c.hobject.h_bisectmodule.cstddef.htypes.hlibio.hstdio.hpyport.hobject.hmethodobject.hdescrobject.htupleobject.hmoduleobject.hmodsupport.hfloatobject.hlistobject.hpyerrors.habstract.hlongobject.habstract.h @Ax0;=kH=Kiϑ;=g~X<~fj~X<~Xj\Y;=;=h}.gsJXXr.~J.~ ~tZX~<;=~HB XXOJ1.~~Ax0;=kH=Kiϑ;=g}X<}fjSX1<OXjqJ\Y;=;=0}L/s<)X\<|JJ6.xYXz<;=jGC X|wAx0;=kH=Kiϑ;=g~X<~fjX<Xj sJ\Y;=;=0}L1q<X\<}JJ6.xYXH<;=jGC X~EiAx0;=kH=Kiϑ;=g}X<}fjX<Xj\Y;=;=h}.iqJXXr.~NJ2. }tZX<;=}HB XXOJ1.P}_bisect_bisect_right__doc__m_indexm_copy_objectnoptargs_shortbufPyModule_Create2binaryfunc_IO_lock_t_keywords__pad5stridesnb_inplace_powerPy_hash_tm_methodsformatslot_IO_buf_endPyGetSetDefPyType_Typesetattrofuncm_basetp_deallocPyLong_AsSsize_tnb_inplace_xorreadonlytp_as_mappingm_clearnb_matrix_multiply_IO_write_endPyAsyncMethodsPyList_Inserttp_namebf_releasebuffertp_as_buffertp_initobjobjproc_Py_Identifier_bisect_insort_righttp_traversetp_descr_getlenfuncnb_invertsetattrfuncPyErr_Occurredtp_weaklistgetattrfunc_IO_FILEml_methPyId_insertdestructortp_weaklistoffset_bisect_bisect_right_implm_freetp_itemsizesq_itemtp_getattrvectorcallfunctp_cachenb_inplace_addstdoutdescrsetfunc_IO_save_endob_basesq_length_bisect_bisect_left_implnb_ornb_inplace_remainder_bisect_bisect_rightresultlong long unsigned intnb_multiplytp_getattroinitproctp_as_asynchashfunctp_basetp_iternextam_awaittp_allocPyModuleDef_Slot_IO_backup_basenb_inplace_floor_dividenb_positivereleasebufferproctp_vectorcall_fileno__pad3__pad4tp_hash_bisect_bisect_leftPyFloat_Typeshape_markerstp_richcompare_Py_convert_optional_to_ssize_tskip_optional_posunaryfunc_IO_read_basenb_inplace_rshiftnb_inplace_matrix_multiplystdin_nextgetter_bisect_insort_left_impltp_mrowas_sq_slicetp_methods_Py_Dealloc_IO_marker_bisect_insort_right_impltp_subclassesPyTypeObjectexitinternal_bisect_leftPyExc_ValueErrorbufferinfotp_getset_modeivalinternalstring_IO_read_ptrPy_buffersq_inplace_concatnb_negativenb_power_Py_INCREFtp_iter_typeobjectnb_absoluteam_aiter_Py_IS_TYPE_PyObject_CallMethodId_SizeTsq_concatPyType_IsSubtype_IO_write_basem_sizelong long intPySequence_SizePyObject_RichCompareBool_Py_DECREF_IO_save_basevisitprocPyMappingMethodstp_membersmodule_docinquirynb_remainderPyObjectnb_rshifttp_setattrodescrgetfuncPySequence_GetItemallocfuncnb_inplace_or_Py_NoneStructmp_length__pad1__pad2tp_docPyModuleDef_Basem_namePyCFunctionnb_andfnameobjobjargproc_return_valuesetterwas_sq_ass_slicePyInit__bisect_vtable_offsetm_initnb_true_dividetp_basicsizetp_version_tagnb_floor_dividefreefuncPyVarObjectlitemmp_subscriptiternextfuncam_anexttp_flagsob_sizeinternal_bisect_rightargsbufnb_inplace_subtract_IO_read_endnargs_PyArg_Parsershort intnb_reservedcustom_msgtp_callml_nametp_freendimob_refcnt/usr/local/src/Python-3.9.6/Modules/_bisectmodule.cPyList_Typeiobjm_slotstp_basesPyLong_FromSsize_tPyErr_SetStringml_docclosurePyTupleObjectPyMethodDeftp_reprsq_containssq_ass_item_bisect_insort_right__doc____ssize_tbisect_methodsreprfuncmp_ass_subscriptPyExc_TypeErrorssizeobjargproc_IO_buf_basenb_floatnb_intm_traverse_locksizetypekwnamesnb_xor_old_offsetPySequenceMethods_bisect_bisect_left__doc__/usr/local/src/Python-3.9.6m_docPyMemberDefPyNumberMethodsunsigned charnb_inplace_lshifttp_is_gcGNU C 4.8.5 20150623 (Red Hat 4.8.5-44) -mtune=generic -march=x86-64 -g -O3 -std=c99 -fPIC -fwrapv -fvisibility=hiddennb_index_sbuftp_as_sequencetraverseproc_IO_write_ptrtp_dictoffsettp_dict_PyArg_UnpackKeywordsPyNumber_Indexnb_inplace_and_bisect_insort_left__doc__ternaryfunckwtupletp_strml_flagsob_itemsuboffsetsgetattrofunctp_clearrichcmpfunctp_as_number__off_ttp_setattrPy_ssize_ttp_descr_setbf_getbuffertp_newnb_lshiftshort unsigned intnb_divmodsq_inplace_repeatPyBufferProcsob_typegetbufferprocnb_addtp_vectorcall_offsettp_delnb_inplace_true_dividenb_inplace_multiplytp_finalizenewfuncdoublePyModuleDef_bisectmodulenb_bool_chain_bisect_insort_leftsq_repeat_flags2nb_subtract_cur_columnssizeargfunc_parser__off64_t_unused2getiterfunc>U>}U}U UTcSciPiSS%fS}S S;Q;\T\}Q}Q Q\R\}R}R R00P 0$-v~v}}q~Pp^^}^^ ^t__}__ _$0jnvns\%:0Pf0}0 0 P\Pf P\P]Pf]]]]U%U-PUf}UU]]V%]-B]BPPf}]]jnvns\-:0__%_-P_f}__^^%^-P^f}^^PfwP6HPHsS%S(sV%VI\PP%IsS%S^_]PfwPNUN&U&XUXU T sSsyPy(SSKQKlTl&Q&XQXQlRl&R&XRXR0P04=v~v}&4q~4XP^^&^X^__&_X_40(4v49\00 P\& {P\P]&]{]]{]UUUv]v~V~]]]P](4v49\0____^^^^(9SR`P`SS(9VDVVatPP(9SaSSUUUPUTSPSzPSQ T QQPQ R RRPR,0,;P;P0v~v}q~P 8^;i^z^P^$:_;i_z_P_0v\z050X} }P\ 'P'-\gtPt]]-]}]-]iUU5PU]V6];i]]P5P]v\0:_;i__5P_8^;i^^5P^SP$S;TSV$V;TVP;KPKTS$S;TSPU U U ] UP`T`SPa S$ : Su S  SB ] SPQT Q Q ] QPR R R ] RP 0$ F 0F Q PQ ] 0t}v~- 3 v} q~ P! ^$ : ^Q ^ $ ^' ] ^# _$ : _Q _ & _' ] _t- 0 v \u 0 0 ' 0B ] 0   # P# - \  B O PO U \  P 3 ] ]B U ] - ]B U ]Q : UQ u U} U U' B UQ  ]$ : ]Q ` V` u ]} ] P ]' B ] v \} 0Q # _$ : _Q u _} _ _' B _Q ! ^$ : ^Q u ^} ^ ^' B ^ P P P SQ u Sx VQ u V P` k Pk u  SQ u S$ : ^$ : _$ : ] P PPp(0Pps(0PI\(p0  ~apX -uz} -@X5P@P- H U    # H U I L Q  $ @ D F X x ' H I L Q $ @ X x ` x 00X   @ @ P "(#, , , , - / 0 0 2  ! ,  P . D2 S, z ,  @ `1 @2  P0 @  1 @(  =0 @K1 hY, (i - (y`- (- (`  2 `!@ !P%/, ;- H- Q"d2 p0  2    ,?Rc| 2 2  ,= Wf" crtstuff.c__JCR_LIST__deregister_tm_clones__do_global_dtors_auxcompleted.6355__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entry_bisectmodule.c_bisect_insort_left_parser.11713PyId_insert_bisect_bisect_right_parser.11633_bisect_bisect_left_parser.11686_bisect_insort_right_parser.11660_bisectmodule_keywords.11632_keywords.11659_keywords.11685_keywords.11712module_docbisect_methods_bisect_bisect_right__doc___bisect_insort_right__doc___bisect_bisect_left__doc___bisect_insort_left__doc____FRAME_END____JCR_END____dso_handle_DYNAMIC__GNU_EH_FRAME_HDR__TMC_END___GLOBAL_OFFSET_TABLE_PyList_Insert_ITM_deregisterTMCloneTablePyFloat_Type_edata_Py_DeallocPyInit__bisect_fini_PyArg_UnpackKeywordsPyErr_SetStringPyExc_ValueErrorPyExc_TypeErrorPySequence_GetItemPyLong_FromSsize_tPyLong_AsSsize_tPyObject_RichCompareBoolPySequence_Size__gmon_start__PyErr_OccurredPyModule_Create2_Py_convert_optional_to_ssize_t_PyObject_CallMethodId_SizeT_Py_NoneStruct_end__bss_start_Jv_RegisterClassesPyType_IsSubtype_ITM_registerTMCloneTablePyNumber_Index__cxa_finalize@@GLIBC_2.2.5_initPyList_Type.symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.got.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.plt.data.bss.comment.debug_aranges.debug_info.debug_abbrev.debug_line.debug_str.debug_loc.debug_ranges$.o<8 00@00(HoXX@Uo dnB hxs@@~@@PPa  + ""<(#(#,, ,, ,, ,, , - -/ /P0 00 08 2 202-3053&Z,]`80dCrx"NQ #I ؤl\