ELF          >            @        3          @ 8  @                                 `      `                                        q      q                                                                    -      =      =                               -      =      =                                                                                                $       $              Std                                            Ptd   (&      (&      (&      T       T              Qtd                                                  Rtd   -      =      =                                  GNU                      GNU s=uR[7%!                             )@                            U                                                                   ~                     J                                           {                      1                     %                                            t                                           h                                                                                                                                   
                     ,                                             F   "                   f                      W           d        __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize _PyUnicode_Ready PyUnicode_New memcpy PyObject_Str PyFloat_Type PyLong_Type _Py_NoneStruct PyBool_Type PyObject_GetAttr PyObject_CallObject PyObject_CallFunctionObjArgs _Py_Dealloc PyUnicode_InternFromString PyErr_Clear PyExc_DeprecationWarning PyErr_WarnEx PyInit__speedups PyImport_ImportModule PyObject_GetAttrString PyModule_Create2 libc.so.6 GLIBC_2.2.5 GLIBC_2.14                                             ui	                 =                   =             p      @             @      @             w!      @                    @             "      @             ~!      @                   @             #       A             !      A                   A             $       A             !      (A                   8A             d!      A             !      A             @      ?                    ?                    ?                    ?         
           ?                    ?                    ?                    ?                    ?                    @                     @                    (@                    0@                    8@                    @@         	           H@                    P@                    X@                    `@                    h@                    p@                    x@                    @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    HH/  HtH     5/  %/   h    h   h   h   h   h   h   h   qh   ah	   Qh
   Ah   1h   !h   %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  %.  D  H=/  H/  H9tH-  Ht	        H=/  H5/  H)HH?HHHtH-  HtfD      =M/   u+UH=r-   HtH=.  yd%/  ]     w    AWAVAUATUSHH  y9K <tB<1  <)  E1HL[]A\A]A^A_@ uK <u   HSHH{L4zL9  1D  f"t	&fwHI9vHf<tvf>uHI9wH  H  TIHOC    HS0HH@HDIAD$    IT$0I|$H@HELH-  1M9       "f`  HcD H>f   HSHH{H,:H9"  1fD  <"t&<wHH9tH<<tv<>uHH9uH  @EHA   ADRIHMC    HS0HH@HDIAD$    IT$0I|$H@HE1L-  1L9      A"<  IcD L>    HSHH{L4L9"  1fD  "t&wHI9vH<tv݃>uHI9wH   H aIH\C    HS0HH@HDHAD$    IT$0I|$H@HEI1It   ;   H
  I9   A"  HcH>    HC0HSH@HE
@ HC0HSH@HE@ HC0HSH@HE@ HI@ H@ HI9{INHL)HHD	H)ILPfD  L<HLL)J8H& g t ; HHz1D  L<HLL)J8H& l t ; HHz1jfL<HLL)^;   J8H& # 3 9 HHz
fJ11f     L<HLL)J8H& a m p H;   Hz
fB1f     L<HL)L;   J8H& # 3 4 HHz
fr1f     H@ IL9HI)L     LHH)rH&gt;H{1빐LHH)RH&lt;H{1뙐LHH)2H&#39H{C;1rf.     LHH)H&ampH{C;1Bf.     LHH)H&#34H{C;1f.     H@ IM9INHH)HH   H)HHvHLH)HT$\HT$HH&   g   HHzLj1 HLH)HT$$HT$HH&   l   HHzLj1XHLH)HT$HT$HH&   #   HHzH3   9   HBB;   1    HLH)HT$HT$HH&   a   HHzHm   p   HBB;   1    HLH)HT$LHT$HH&   #   HHzH3   4   HBB;   1o    I|$HkfD  LsH>    I|$H<fD  HkH    I|$H)fD  LkH    HVH   tH    Hh     ATUHHH=&      HUH;$  H;$  	H;-$  ulH;$  tcH5&  HIH   1H>I,$HtTHtH=H&  11H,Hm    H]A\f     H=&  HH1]1A\fD  LxfD  H=u  H%  H @ 1@ cHEH   uS>IHtHI,$HAL4 HHD$HD$H]A\fD  KH H;5M#  tnfD  H=1%  11     H#  AT   IH5  H8lID$   tLI$A\ LA\ffD  UH=Y  HtJHH5P  HHm H$  t  H=$  ]H     HfD  1]HH                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               pppPppppppppppppppppppppp,\\\\\\\\\\\\\\\\\\\\\\\\8`(__html__ markupsafe Markup escape escape_silent soft_str soft_unicode markupsafe._speedups  'soft_unicode' has been renamed to 'soft_str'. The old name will be removed in MarkupSafe 2.1.  Replace the characters ``&``, ``<``, ``>``, ``'``, and ``"`` in the string with HTML-safe sequences. Use this if you need to display text that might contain such characters in HTML.

If the object has an ``__html__`` method, it is called and the return value is assumed to already be safe for HTML.

:param s: An object to be converted to a string and escaped.
:return: A :class:`Markup` string with the escaped text.
      Like :func:`escape` but treats ``None`` as the empty string. Useful with optional values, as otherwise you get the string ``'None'`` when the value is ``None``.

>>> escape(None)
Markup('None')
>>> escape_silent(None)
Markup('')
   Convert an object to a string if it isn't already. This preserves a :class:`Markup` string rather than converting it back to a basic string, so it will still be marked as safe and won't be escaped again.

>>> value = escape("<User 1>")
>>> value
Markup('&lt;User 1&gt;')
>>> escape(str(value))
Markup('&amp;lt;User 1&amp;gt;')
>>> escape(soft_str(value))
Markup('&lt;User 1&gt;')
    ;T   	   p              (  Xl                 zR x  $          FJw ?:*3$"       D   H              \   @           H   t   	   BBB B(A0A8GPm
8D0A(B BBBE        (       @      }   FAG0
ABJK
FDK
ABG     (          ,   J    Mo
DE    L  0d    E~
MS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       p                                        d             =                           =                    o                 p                   
                                   @             P                           
                          p      	              o    p      o           o    8      o                                                                                                                                                                   =                      0      @      P      `      p                                                                                     @                              w!                    "      ~!                   #      !                   $      !                   d!                                                                             !              @                                      ccff87e63dc0751a84d552835bcd37fb25af21.debug    af .shstrtab .note.gnu.property .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt.got .plt.sec .text .fini .rodata .eh_frame_hdr .eh_frame .init_array .fini_array .dynamic .got.plt .data .bss .gnu_debuglink                                                                                                                                                   $                              1   o                   $                             ;                         X                          C             p      p                                   K   o       8      8      2                            X   o       p      p      0                            g                         p                           q      B       
      
      P                          {                                                         v                                                                                                                                                                                                 d                                          d      d                                                                 %                                          (&      (&      T                                           &      &      l                                          =      -                                                =      -                                                =      -                                              ?      /      H                                           @       0                                                @      0      (                                           A      1                                                          1      4                                                    1                                   